diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 01:41:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 01:41:04 +0000 |
commit | 05455762f197006c46555b0832fc7f911c6d988f (patch) | |
tree | 3bddaf460ae957c3d556724cbec135aad8a3de70 | |
parent | Replace gnomehack by pathfix (diff) |
Replace gnomehack by pathfix
-rw-r--r-- | devel/gnome-js-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnome-js-common/Makefile b/devel/gnome-js-common/Makefile index e3da02ac6460..74acf5d760a3 100644 --- a/devel/gnome-js-common/Makefile +++ b/devel/gnome-js-common/Makefile @@ -13,8 +13,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME JavaScript common modules and tests GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool -USES= pkgconfig gettext gmake tar:bzip2 +USE_GNOME= intltool +USES= pathfix pkgconfig gettext gmake tar:bzip2 PORTDOCS= AUTHORS COPYING INSTALL NEWS README ChangeLog |