diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:53:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:53:45 +0800 |
commit | 8049d64c39a0fce0b4fffea52f853214b36b196a (patch) | |
tree | 5847e9bac205c0fc071bebcd4bcded0c5d448126 /devel | |
parent | 05b811ec6941520150b60e25a6cafbd79e0af10e (diff) | |
download | freebsd-ports-gnome-8049d64c39a0fce0b4fffea52f853214b36b196a.tar.gz freebsd-ports-gnome-8049d64c39a0fce0b4fffea52f853214b36b196a.tar.zst freebsd-ports-gnome-8049d64c39a0fce0b4fffea52f853214b36b196a.zip |
Fix stupid mistake
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libglade2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index a4b4e92c8932..3caf23278e0e 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -21,8 +21,8 @@ USE_BZIP2= yes RUN_DEPENDS= xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr GNU_CONFIGURE= yes -USES= pathfix -USE_GNOME= libxml2 gtk20 referencehack gmake pkgconfig +USES= pathfix gmake pkgconfig +USE_GNOME= libxml2 gtk20 referencehack USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc \ |