diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /editors/conglomerate | |
parent | d65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff) | |
download | ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.tar.gz ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.zip |
Notes
Diffstat (limited to 'editors/conglomerate')
-rw-r--r-- | editors/conglomerate/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 0e6fa5db05b4..d192292f1bde 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: conglomerate -# Date created: Jun 26, 2003 -# Whom: Pav Lucistnik <pav@oook.cz> -# +# Created by: Pav Lucistnik <pav@oook.cz> # $FreeBSD$ PORTNAME= conglomerate @@ -14,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing INSTALLS_OMF= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |