diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 07:48:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 07:48:03 +0800 |
commit | c70ec5aab1a92c7ca611e56fd4c2c3b9a5517459 (patch) | |
tree | 0ee5f93af38916bb3d811e05b68258d97f49e577 /sysutils/cog | |
parent | 202047fdee9f5fb87992d6626f4188af3ae33544 (diff) | |
download | freebsd-ports-gnome-c70ec5aab1a92c7ca611e56fd4c2c3b9a5517459.tar.gz freebsd-ports-gnome-c70ec5aab1a92c7ca611e56fd4c2c3b9a5517459.tar.zst freebsd-ports-gnome-c70ec5aab1a92c7ca611e56fd4c2c3b9a5517459.zip |
Support stage
Diffstat (limited to 'sysutils/cog')
-rw-r--r-- | sysutils/cog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cog/Makefile b/sysutils/cog/Makefile index c0850f8c8e40..ab719e896ca8 100644 --- a/sysutils/cog/Makefile +++ b/sysutils/cog/Makefile @@ -8,16 +8,16 @@ CATEGORIES= sysutils gnome MASTER_SITES= http://www.krakoa.dk/progs/cog/ MAINTAINER= gnome@FreeBSD.org -COMMENT= A program for editing advanced GNOME settings in an easy way +COMMENT= Program for editing advanced GNOME settings in an easy way USE_XORG= x11 -USE_GNOME= gnomeprefix gnomehack libgnomeui +USE_GNOME= gnomeprefix libgnomeui USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip PLIST_SUB= VERSION=${PORTVERSION} -NO_STAGE= yes .include <bsd.port.mk> |