diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:06:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:06:03 +0000 |
commit | 49ac0257b583fca37768b7bd375c8e04dd766b2c (patch) | |
tree | e8b47bd5f6dac49d468545888851d6548dbe8e5a /audio/gimmix | |
parent | 993c8c265e497561b44b4090a45d2e34a3ef5010 (diff) | |
download | ports-49ac0257b583fca37768b7bd375c8e04dd766b2c.tar.gz ports-49ac0257b583fca37768b7bd375c8e04dd766b2c.zip |
Notes
Diffstat (limited to 'audio/gimmix')
-rw-r--r-- | audio/gimmix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile index f9d6c277265a..8b069a587691 100644 --- a/audio/gimmix/Makefile +++ b/audio/gimmix/Makefile @@ -19,18 +19,18 @@ LICENSE= GPLv2 OPTIONS_DEFINE= NLS -.include <bsd.port.options.mk> - USE_GNOME= gtk20 intltool libglade2 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig MAN1= gimmix.1 CONFIGURE_ENV= DATADIRNAME=share +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MNLS} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl |