diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 14:53:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 14:53:32 +0800 |
commit | 6394fd81f46fd91f0b5ba0b43927f6307a81f111 (patch) | |
tree | 24839136a5c9a31d4fe7fa390eac6f0ede09b861 | |
parent | d9b0e999acc29e4d90101ebad66691c89c7b858b (diff) | |
download | freebsd-ports-gnome-6394fd81f46fd91f0b5ba0b43927f6307a81f111.tar.gz freebsd-ports-gnome-6394fd81f46fd91f0b5ba0b43927f6307a81f111.tar.zst freebsd-ports-gnome-6394fd81f46fd91f0b5ba0b43927f6307a81f111.zip |
- Stage support
- Convert USE_GMAKE to USES
-rw-r--r-- | textproc/libcroco/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index d2a2aa66e880..1f517d63fea3 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -10,16 +10,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= CSS2 parsing library USE_XZ= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GNOME= gnomehack glib20 libxml2 ltverhack -USES= pkgconfig gettext +USES= pkgconfig gettext gmake CONFIGURE_ARGS= --disable-gtk-doc-html PLIST_SUB= VERSION="0.6" -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900035 |