diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-22 17:30:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-22 17:30:25 +0800 |
commit | 5d272e8864cc889dbc2adf6435aa16640504ad02 (patch) | |
tree | ff3f17f1b43b4743fa063f7807d4116f8103a945 /x11-toolkits | |
parent | 57186f831ea14689f544de5e59d8a65be2bb5fcb (diff) | |
download | freebsd-ports-gnome-5d272e8864cc889dbc2adf6435aa16640504ad02.tar.gz freebsd-ports-gnome-5d272e8864cc889dbc2adf6435aa16640504ad02.tar.zst freebsd-ports-gnome-5d272e8864cc889dbc2adf6435aa16640504ad02.zip |
Support stage
Uses libtool
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gtksourceview/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile index 0d87e26208f6..ecc4436c7e9e 100644 --- a/x11-toolkits/py-gtksourceview/Makefile +++ b/x11-toolkits/py-gtksourceview/Makefile @@ -13,12 +13,11 @@ DISTNAME= pygtksourceview-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A python bindings for the version 2 of the GtkSourceView library -USES= gmake pkgconfig -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gtksourceview2 pygtk2 +USES= gmake libtool pathfix pkgconfig tar:bzip2 +USE_GNOME= gnomeprefix gtksourceview2 pygtk2 USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs +INSTALL_TARGET= install-strip -NO_STAGE= yes .include <bsd.port.mk> |