diff options
Diffstat (limited to 'audio/blop/Makefile')
-rw-r--r-- | audio/blop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/blop/Makefile b/audio/blop/Makefile index 85d791f2b197..aabe48d33302 100644 --- a/audio/blop/Makefile +++ b/audio/blop/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa .if !exists(/usr/include/getopt.h) LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt +CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lgnugetopt" .endif USE_GMAKE= yes |