diff options
Diffstat (limited to 'x11/gyroscope/Makefile')
-rw-r--r-- | x11/gyroscope/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gyroscope/Makefile b/x11/gyroscope/Makefile index 14e9b1c03caf..cee2a114a3bb 100644 --- a/x11/gyroscope/Makefile +++ b/x11/gyroscope/Makefile @@ -17,10 +17,10 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -WRKSRC= ${WRKDIR}/gyroscope -USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/${PORTNAME} -do-build: - @(cd ${WRKSRC} && ${MAKE}) +USE_X_PREFIX= yes +MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" +ALL_TARGET= # empty .include <bsd.port.mk> |