aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdstyler
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-08-03 04:17:01 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-08-03 04:17:01 +0000
commit4344f9f012a3df0501c40d8f83c71ab269428da9 (patch)
treec889d09a8a170f88efcbf7d5b6bf4f856f93f091 /multimedia/dvdstyler
parent6138ed34b59059db229aab3494ba81ed94c2fd22 (diff)
downloadports-4344f9f012a3df0501c40d8f83c71ab269428da9.tar.gz
ports-4344f9f012a3df0501c40d8f83c71ab269428da9.zip
Notes
Diffstat (limited to 'multimedia/dvdstyler')
-rw-r--r--multimedia/dvdstyler/Makefile6
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>