summaryrefslogtreecommitdiffstats
path: root/sysutils/ipsc
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2000-01-30 00:16:30 +0000
committerbillf <billf@FreeBSD.org>2000-01-30 00:16:30 +0000
commit01f59a0902f24a55f6dfd9db1dd928aac2830bde (patch)
tree8092a6d4016ef4dd0140eb47351c56388f2051d0 /sysutils/ipsc
parent75a08b14c0b4c47e60dec0aeeb920a1a3165451f (diff)
downloadFreeBSD-ports-01f59a0902f24a55f6dfd9db1dd928aac2830bde.zip
FreeBSD-ports-01f59a0902f24a55f6dfd9db1dd928aac2830bde.tar.gz
Remove trailing whitespace, remove x11 from categories, USE_XLIB when
appropriate. All of these are portlint errors.
Diffstat (limited to 'sysutils/ipsc')
-rw-r--r--sysutils/ipsc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile
index 5673b51..981d320 100644
--- a/sysutils/ipsc/Makefile
+++ b/sysutils/ipsc/Makefile
@@ -8,7 +8,7 @@
DISTNAME= ipsc-0.4.2-src
PKGNAME= ipsc-0.4.2
-CATEGORIES= sysutils gnome x11
+CATEGORIES= sysutils gnome
MASTER_SITES= http://www.interloper.net/~dan/software/dist/ipsc/
MAINTAINER= jeremy@external.org
@@ -19,6 +19,9 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
gnome.3:${PORTSDIR}/x11/gnomelibs
.endif
+.if defined(USE_GNOME)
+USE_XLIB= YES
+.endif
WRKSRC= ${WRKDIR}/ipsc/src
post-extract:
OpenPOWER on IntegriCloud