diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 17:56:37 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 17:56:37 +0000 |
commit | 6b720eaf70d03758f08ee62ef9ed7dfbdbad40e6 (patch) | |
tree | a2c11d52ab3177a4c2576c465a4d77328c906e96 /textproc/gdome2 | |
parent | 4627852ca68a41774078979b35195363ed827356 (diff) | |
download | ports-6b720eaf70d03758f08ee62ef9ed7dfbdbad40e6.tar.gz ports-6b720eaf70d03758f08ee62ef9ed7dfbdbad40e6.zip |
Convert a few remaining straglers from the unmaintined ports to pathfix
Notes
Notes:
svn path=/head/; revision=315491
Diffstat (limited to 'textproc/gdome2')
-rw-r--r-- | textproc/gdome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index 0f6c67321615..3fb8e85d700f 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -13,8 +13,8 @@ COMMENT= Gnome DOM Engine LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_AUTOTOOLS= libtool -USES= pathfix -USE_GNOME= glib20 gnomehack +USES= pathfix +USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" CPPFLAGS+= -I${LOCALBASE}/include |