diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 01:31:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 01:31:11 +0000 |
commit | d4b77059f1918deb1b202227168b2e393b936a56 (patch) | |
tree | ec7dd2ddca10545e05b16c1e9c0fc2990405fe63 | |
parent | 04fa454e585c90b8aece85ac23e356fab71eae5d (diff) |
Replace gnomehack by pathfix
Notes
Notes:
svn path=/head/; revision=375507
-rw-r--r-- | deskutils/gnome-blog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnome-blog/Makefile b/deskutils/gnome-blog/Makefile index 6e7080bddaf4..89f579d0c82c 100644 --- a/deskutils/gnome-blog/Makefile +++ b/deskutils/gnome-blog/Makefile @@ -12,9 +12,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME app to post to blogs -USES= gettext gmake pkgconfig python tar:bzip2 +USES= gettext gmake pathfix pkgconfig python tar:bzip2 GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix pygnome2 intlhack +USE_GNOME= gnomeprefix pygnome2 intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |