diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-06 13:21:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-06 13:21:59 +0000 |
commit | fb1f93a73f4c55b711940bb049c473ab2df3a28f (patch) | |
tree | 92cccac849e2460dd0f24b0b9b356c2f9c92f4dd /textproc/gdome2/Makefile | |
parent | 4aaf3e0e13b1a825c3b25e78cba9161b34bb2a2a (diff) | |
download | ports-fb1f93a73f4c55b711940bb049c473ab2df3a28f.tar.gz ports-fb1f93a73f4c55b711940bb049c473ab2df3a28f.zip |
- Switch textproc/gdome2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Notes
Notes:
svn path=/head/; revision=356785
Diffstat (limited to 'textproc/gdome2/Makefile')
-rw-r--r-- | textproc/gdome2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index 0acbac6ae420..6eb71fc4a3dc 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -3,21 +3,21 @@ PORTNAME= gdome2 PORTVERSION= 0.8.1 -PORTREVISION= 8 +PORTREVISION= 10 CATEGORIES= textproc MASTER_SITES= http://gdome2.cs.unibo.it/tarball/ MAINTAINER= ports@FreeBSD.org COMMENT= Gnome DOM Engine -USES= pathfix pkgconfig -USE_AUTOTOOLS= libtool +USES= pathfix pkgconfig libtool USE_GNOME= glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" CPPFLAGS+= -I${LOCALBASE}/include DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} USE_LDCONFIG= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS |