diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 10:24:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 10:24:11 +0000 |
commit | f7b36c5105ac751034acba5b4b915998db8ae66d (patch) | |
tree | a87f38bd3472e7242457c41f05872cf8454d348e /devel | |
parent | 23b1d47c1c50fff78df9397c7da875faf6342d4d (diff) | |
download | ports-f7b36c5105ac751034acba5b4b915998db8ae66d.tar.gz ports-f7b36c5105ac751034acba5b4b915998db8ae66d.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libassetml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile index 12e12a88983a..37150d415c14 100644 --- a/devel/libassetml/Makefile +++ b/devel/libassetml/Makefile @@ -13,14 +13,13 @@ COMMENT= Devel Library to share image and audio files between projects BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html LIB_DEPENDS= popt:${PORTSDIR}/devel/popt -USES= pkgconfig gettext +USES= pkgconfig gettext gmake USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_GNOME= gnomehack lthack gnomeprefix glib20 libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include INFO= libassetml |