diff options
author | billf <billf@FreeBSD.org> | 2000-01-30 08:16:30 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-01-30 08:16:30 +0800 |
commit | 01f59a0902f24a55f6dfd9db1dd928aac2830bde (patch) | |
tree | 8092a6d4016ef4dd0140eb47351c56388f2051d0 /sysutils/ipsc/Makefile | |
parent | 75a08b14c0b4c47e60dec0aeeb920a1a3165451f (diff) | |
download | freebsd-ports-gnome-01f59a0902f24a55f6dfd9db1dd928aac2830bde.tar.gz freebsd-ports-gnome-01f59a0902f24a55f6dfd9db1dd928aac2830bde.tar.zst freebsd-ports-gnome-01f59a0902f24a55f6dfd9db1dd928aac2830bde.zip |
Remove trailing whitespace, remove x11 from categories, USE_XLIB when
appropriate. All of these are portlint errors.
Diffstat (limited to 'sysutils/ipsc/Makefile')
-rw-r--r-- | sysutils/ipsc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile index 5673b51f4729..981d3202b5ad 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: |