diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-08-03 04:17:01 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-08-03 04:17:01 +0000 |
commit | 4344f9f012a3df0501c40d8f83c71ab269428da9 (patch) | |
tree | c889d09a8a170f88efcbf7d5b6bf4f856f93f091 /multimedia/dvdstyler | |
parent | 6138ed34b59059db229aab3494ba81ed94c2fd22 (diff) | |
download | ports-4344f9f012a3df0501c40d8f83c71ab269428da9.tar.gz ports-4344f9f012a3df0501c40d8f83c71ab269428da9.zip |
Notes
Diffstat (limited to 'multimedia/dvdstyler')
-rw-r--r-- | multimedia/dvdstyler/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index a3f8ee15712d..f7b8b4c8d928 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -30,8 +30,6 @@ RUN_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ LIB_DEPENDS+= avformat.1:${PORTSDIR}/multimedia/ffmpeg \ exif:${PORTSDIR}/graphics/libexif -BROKEN= does not build - USE_BZIP2= yes USE_WX= 2.8 WX_COMPS= wx svg @@ -42,8 +40,8 @@ WANT_GNOME= yes USE_GETTEXT= yes USE_CDRTOOLS= yes # dvdstyler needs mkisofs GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CPPFLAGS+= "-I${LOCALBASE}/include" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAN1= dvdstyler.1 .include <bsd.port.pre.mk> |