diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-14 22:07:34 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-14 22:07:34 +0800 |
commit | 630e157c543844245ca3feffb91a3627c4ee6b0e (patch) | |
tree | b68336518c9e988dd2ac838eee90d9c9c44935c8 /audio | |
parent | 55806775a57b10c105200965916bb5fe293b1720 (diff) | |
download | freebsd-ports-gnome-630e157c543844245ca3feffb91a3627c4ee6b0e.tar.gz freebsd-ports-gnome-630e157c543844245ca3feffb91a3627c4ee6b0e.tar.zst freebsd-ports-gnome-630e157c543844245ca3feffb91a3627c4ee6b0e.zip |
Add the forgotten OPTIONS_SUB
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gogglesmm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index 524d5bb9469a..ddaa55b47db7 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -26,6 +26,8 @@ FOX17_DESC= Use development branch of FOX NEWREMOTE_DESC= Use new remote player GCRYPT_DESC= Use libgcrypt for md5 calculation +OPTIONS_SUB= yes + HAS_CONFIGURE= yes CONFIGURE_ARGS+= --mandir=${PREFIX}/man --prefix=${PREFIX} MAKE_JOBS_SAFE= yes |