diff options
Diffstat (limited to 'x11/gskrab/Makefile')
-rw-r--r-- | x11/gskrab/Makefile | 6 |
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> |