diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-25 12:07:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-25 12:07:23 +0000 |
commit | ef7406b7e3dab8fd5608502bf5bb23414fbd6ec4 (patch) | |
tree | f15c4174e30e95ef3b384d7d489986ca029bb8c6 /audio/prokyon3 | |
parent | 3c0546da94120b43671f4b579ef3074266925d42 (diff) | |
download | ports-ef7406b7e3dab8fd5608502bf5bb23414fbd6ec4.tar.gz ports-ef7406b7e3dab8fd5608502bf5bb23414fbd6ec4.zip |
- Add missed dependency on libgnugetopt
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=99057
Diffstat (limited to 'audio/prokyon3')
-rw-r--r-- | audio/prokyon3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index 49d210af4703..b5dc0708a23b 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -26,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_QT_VER= 3 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GETOPT_LONG=yes USE_REINPLACE= yes CONFIGURE_ARGS+= --with-qtdir=${X11BASE} --with-id3-libs=${LOCALBASE}\ --with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE} |