diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
commit | 9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch) | |
tree | 5b19e4fae39149280653cc670bc170d039477f8e /audio/lash | |
parent | 296877462b8b100e9f83f9c6aa6ed4bff34c6def (diff) | |
download | ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.tar.gz ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.zip |
Notes
Diffstat (limited to 'audio/lash')
-rw-r--r-- | audio/lash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile index ead479fe4888..88f2a33abfd9 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \ OPTIONS_DEFINE= READLINE DOCS OPTIONS_DEFAULT=READLINE -USES= pathfix +USES= pathfix USE_GNOME= gtk20 libxml2 USE_GMAKE= yes GNU_CONFIGURE= yes @@ -34,7 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MREADLINE} -USE_READLINE= yes +USES+= readline PLIST_SUB+= READLINE="" .else CONFIGURE_ENV+= vl_cv_lib_readline=no |