diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
commit | 95e70819761ed898d6a4ea9874d4bd43a5491f3e (patch) | |
tree | 05c37dd385b99b953046290a1ad749042e2d1c51 /textproc/exempi | |
parent | 284101cc39e019e4530f6878d10381ed2e68a3d5 (diff) |
Notes
Diffstat (limited to 'textproc/exempi')
-rw-r--r-- | textproc/exempi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile index ce459b3806d7..bd59fb72e744 100644 --- a/textproc/exempi/Makefile +++ b/textproc/exempi/Makefile @@ -17,12 +17,12 @@ COMMENT= A port of Adobe XMP SDK to work on UNIX LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_AUTOTOOLS= libtool -USE_GNOME= ltverhack gnomehack +USE_GNOME= ltverhack CONFIGURE_ARGS= --enable-unittest=no CONFIGURE_ENV= LIBS="-liconv" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_ICONV= yes +USES= pathfix iconv USE_LDCONFIG= yes post-patch: |