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 /textproc | |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/goldendict/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |