diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-12-01 23:29:11 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-12-01 23:29:11 +0000 |
commit | 1df8c5c5c8288d17cc6a1735ad5ab3623af86719 (patch) | |
tree | 6de9d3be8437cd885542f5d927c256133ccca6b3 /audio/denemo | |
parent | 1b464968720e0cd7ce953df1293a576971dcb989 (diff) | |
download | ports-1df8c5c5c8288d17cc6a1735ad5ab3623af86719.tar.gz ports-1df8c5c5c8288d17cc6a1735ad5ab3623af86719.zip |
Notes
Diffstat (limited to 'audio/denemo')
-rw-r--r-- | audio/denemo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index 2afcfa77d7f7..6a3ede41d10c 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -18,12 +18,13 @@ COMMENT= Graphical score editor LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ xml.5:${PORTSDIR}/textproc/libxml -USE_GETOPT_LONG=yes GNU_CONFIGURE= yes PLIST= ${WRKDIR}/pkg-plist SHARED= denemo.conf denemo.keymaprc english.keymaprc french.keymaprc DOCS= AUTHORS ChangeLog DESIGN GOALS NEWS README TODO DOCDIR= share/doc/${PORTNAME} +USE_BISON= yes +USE_GETOPT_LONG=yes USE_GNOME= gtk12 USE_X_PREFIX= yes |