summaryrefslogtreecommitdiff
path: root/editors/conglomerate/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-07 19:16:46 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-07 19:16:46 +0000
commitd7e3f8342746dd5f41350fe952a2f9f49069af73 (patch)
treeb663df9bcfefe855b2cbacfad0d6ad8aead7b0f2 /editors/conglomerate/Makefile
parentSupport stage (diff)
- Port is stage safe
- Convert to USES=pathfix, new options framework - Needs USES=desktop-file-utils, bump PORTREVISION
Notes
Notes: svn path=/head/; revision=350535
Diffstat (limited to '')
-rw-r--r--editors/conglomerate/Makefile15
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>