diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-25 09:31:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-25 09:31:11 +0800 |
commit | ab5ef69d21ed4f514c3bd109cff85b6fc68f9cca (patch) | |
tree | ec7dd2ddca10545e05b16c1e9c0fc2990405fe63 /deskutils | |
parent | 71dabcc73ad0cad2511f92a7a9388c7cf1f269e7 (diff) | |
download | freebsd-ports-gnome-ab5ef69d21ed4f514c3bd109cff85b6fc68f9cca.tar.gz freebsd-ports-gnome-ab5ef69d21ed4f514c3bd109cff85b6fc68f9cca.tar.zst freebsd-ports-gnome-ab5ef69d21ed4f514c3bd109cff85b6fc68f9cca.zip |
Replace gnomehack by pathfix
Diffstat (limited to 'deskutils')
-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 |