aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/dvdstyler
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2011-08-03 12:17:01 +0800
committernox <nox@FreeBSD.org>2011-08-03 12:17:01 +0800
commit793158c9c52d04ba7bd8515291d9bbf7d1abed7b (patch)
tree529046c3d9d1d75c9a7787bd67021409571d1091 /multimedia/dvdstyler
parent8fdc6e3ba7ba90d9a82856332a4e4752c91d5c5e (diff)
downloadfreebsd-ports-gnome-793158c9c52d04ba7bd8515291d9bbf7d1abed7b.tar.gz
freebsd-ports-gnome-793158c9c52d04ba7bd8515291d9bbf7d1abed7b.tar.zst
freebsd-ports-gnome-793158c9c52d04ba7bd8515291d9bbf7d1abed7b.zip
- Fix build after xmlto(?) update.
- Unmark BROKEN. - Pet portlint.
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>