diff options
Diffstat (limited to 'misc/qbrew/Makefile')
-rw-r--r-- | misc/qbrew/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile index b28f04230633..540a73b9f94f 100644 --- a/misc/qbrew/Makefile +++ b/misc/qbrew/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.usermode.org/code/ MAINTAINER= david@usermode.org COMMENT= Homebrewer's recipe calculator -USES= qmake -USE_QT4= moc_build uic_build rcc_build xml gui +USES= qmake qt:4 +USE_QT= moc_build uic_build rcc_build xml gui PORTDOCS= * QMAKE_ARGS= CONFIG+="configure" |