diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
| commit | 7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc (patch) | |
| tree | ed863c0ce8ca0afdea6de1e948f5d224ac4166e5 /sysutils/libcdio | |
| parent | 0772407fe8e08568b3ff0710f5290fb448ce665d (diff) | |
Notes
Diffstat (limited to 'sysutils/libcdio')
| -rw-r--r-- | sysutils/libcdio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index 3868ba673408..b76fd2503208 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -18,11 +18,10 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= pathfix pkgconfig iconv ncurses -USE_GMAKE= yes +USES= pathfix pkgconfig iconv ncurses gmake perl5 USE_LDCONFIG= yes CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} -USE_PERL5_BUILD=yes +USE_PERL5= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAN1= cd-drive.1 cd-info.1 iso-read.1 iso-info.1 cd-read.1 |
