diff options
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 |