aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gskrab
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-01-13 11:57:25 +0800
committerdinoex <dinoex@FreeBSD.org>2007-01-13 11:57:25 +0800
commit44fd51006809b35e7b92415f49a6d5df498af1fa (patch)
treecf5bc34dc6d9e1b3cba11b4bbea429e80e9b2817 /x11/gskrab
parent10e5fdd74da962755ef9143ee3527c0ea3b520ce (diff)
downloadfreebsd-ports-graphics-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.gz
freebsd-ports-graphics-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.zst
freebsd-ports-graphics-44fd51006809b35e7b92415f49a6d5df498af1fa.zip
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Diffstat (limited to 'x11/gskrab')
-rw-r--r--x11/gskrab/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/gskrab/Makefile b/x11/gskrab/Makefile
index 596b46637de..f86c3c68fb4 100644
--- a/x11/gskrab/Makefile
+++ b/x11/gskrab/Makefile
@@ -14,18 +14,14 @@ DISTNAME= GSKrab-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep Keyboard Grabber
-USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-MAKEFILE=
-ALL_TARGET=
+USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
ADDITIONAL_OBJCFLAGS+= -I${X11BASE}/include ${LOCALBASE}/include
ADDITIONAL_LDFLAGS+= -L${X11BASE}/lib
-MAKE_ENV+= ADDITIONAL_OBJCFLAGS="${ADDITIONAL_OBJCFLAGS}"
-MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}"
.include <bsd.port.mk>