diff options
author | mat <mat@FreeBSD.org> | 2016-04-25 22:41:38 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-25 22:41:38 +0800 |
commit | 0fe04a9c6314683fe9a236545481a4c5da8793e2 (patch) | |
tree | 1328f528dc3944d3b9691ca8bae53c416fc4b9d3 | |
parent | 970badf6a37225f7912d772006e68f22101d9e04 (diff) | |
download | freebsd-ports-gnome-0fe04a9c6314683fe9a236545481a4c5da8793e2.tar.gz freebsd-ports-gnome-0fe04a9c6314683fe9a236545481a4c5da8793e2.tar.zst freebsd-ports-gnome-0fe04a9c6314683fe9a236545481a4c5da8793e2.zip |
Don't lie about having a configure script.
Reported by: antoine
Sponsored by: Absolight
-rw-r--r-- | devel/qscintilla2-designerplugin-qt5/Makefile | 1 | ||||
-rw-r--r-- | devel/qscintilla2-designerplugin/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/retroshare/Makefile | 1 | ||||
-rw-r--r-- | textproc/goldendict/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/devel/qscintilla2-designerplugin-qt5/Makefile b/devel/qscintilla2-designerplugin-qt5/Makefile index 379d08cf5733..b32387542b2a 100644 --- a/devel/qscintilla2-designerplugin-qt5/Makefile +++ b/devel/qscintilla2-designerplugin-qt5/Makefile @@ -17,7 +17,6 @@ USE_GL= gl USES= qmake pyqt:5 USE_QT5= core designer printsupport gui widgets xml \ buildtools_build qmake_build -HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4Qt5 diff --git a/devel/qscintilla2-designerplugin/Makefile b/devel/qscintilla2-designerplugin/Makefile index b546dd48097a..208dad58f215 100644 --- a/devel/qscintilla2-designerplugin/Makefile +++ b/devel/qscintilla2-designerplugin/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2 DISTINFO_FILE= ${.CURDIR:H}/qscintilla2/distinfo USES= qmake pyqt:4 USE_QT4= qmake_build moc_build gui xml designer -HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4Qt5 diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index 5de372588b05..b8da2bdd0bbe 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -26,7 +26,6 @@ USE_GNOME= glib20 libxml2 libxslt USE_XORG= x11 xscrnsaver USE_QT4= corelib gui network xml script designer_build uic_build \ qmake_build moc_build rcc_build multimedia -HAS_CONFIGURE= yes BINARY= RetroShare SRC_REVISION= 0.7068 diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 92a7d2132da1..c8088b151b0e 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell \ libvorbis.so:audio/libvorbis NO_WRKSUBDIR= yes -HAS_CONFIGURE= yes USES= dos2unix execinfo iconv pkgconfig qmake tar:bzip2 DOS2UNIX_FILES= processwrapper.cc USE_XORG= xtst |