Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2014 19:16:46 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350535 - head/editors/conglomerate
Message-ID:  <201404071916.s37JGko2002334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Mon Apr  7 19:16:46 2014
New Revision: 350535
URL: http://svnweb.freebsd.org/changeset/ports/350535
QAT: https://qat.redports.org/buildarchive/r350535/

Log:
  - Port is stage safe
  - Convert to USES=pathfix, new options framework
  - Needs USES=desktop-file-utils, bump PORTREVISION

Modified:
  head/editors/conglomerate/Makefile

Modified: head/editors/conglomerate/Makefile
==============================================================================
--- head/editors/conglomerate/Makefile	Mon Apr  7 19:04:03 2014	(r350534)
+++ head/editors/conglomerate/Makefile	Mon Apr  7 19:16:46 2014	(r350535)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404071916.s37JGko2002334>