summaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/dvdauthor/Makefile')
-rw-r--r--multimedia/dvdauthor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index 687c2c071c75..cb26614dc0f5 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -22,7 +22,7 @@ USE_BISON= build
USE_GMAKE= yes
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+LDFLAGS+= -L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/dvdauthor
MAN1= dvdauthor.1 dvddirdel.1 dvdunauthor.1 mpeg2desc.1 spumux.1 spuunmux.1
@@ -40,7 +40,7 @@ WITH_IMAGEMAGICK= yes
.if defined(WITH_ICONV)
USE_ICONV= yes
-CFLAGS+= "-DICONV_CONV=yes"
+CFLAGS+= -DICONV_CONV=yes
.endif
.if defined(WITH_IMAGEMAGICK)
LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick