diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-07 19:16:46 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-07 19:16:46 +0000 |
commit | d7e3f8342746dd5f41350fe952a2f9f49069af73 (patch) | |
tree | b663df9bcfefe855b2cbacfad0d6ad8aead7b0f2 /editors/conglomerate | |
parent | e72e594e9f2bd4e36221ecba417e8d7c5e6f176d (diff) | |
download | ports-d7e3f8342746dd5f41350fe952a2f9f49069af73.tar.gz ports-d7e3f8342746dd5f41350fe952a2f9f49069af73.zip |
Notes
Diffstat (limited to 'editors/conglomerate')
-rw-r--r-- | editors/conglomerate/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index afbe789ac7c3..2c82c7cbc907 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -3,7 +3,7 @@ PORTNAME= conglomerate PORTVERSION= 0.9.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/Conglomerate%20XML%20Editor/${PORTVERSION} @@ -11,17 +11,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing INSTALLS_OMF= yes -USES= gmake pkgconfig -USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack +USES= desktop-file-utils gmake pathfix pkgconfig +USE_GNOME= libgnomeui gtksourceview gnomeprefix intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes -.include <bsd.port.pre.mk> +OPTIONS_DEFINE= ENCHANT -.if exists(${LOCALBASE}/libdata/pkgconfig/enchant.pc) || defined(WITH_ENCHANT) -LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant -.endif +ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant -.include <bsd.port.post.mk> +.include <bsd.port.mk> |