diff options
Diffstat (limited to 'x11/gyroscope')
-rw-r--r-- | x11/gyroscope/Makefile | 7 | ||||
-rw-r--r-- | x11/gyroscope/files/patch-aa | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/x11/gyroscope/Makefile b/x11/gyroscope/Makefile index e7326500c1e7..9c9a3d849a6b 100644 --- a/x11/gyroscope/Makefile +++ b/x11/gyroscope/Makefile @@ -12,14 +12,11 @@ MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/ MAINTAINER= jim@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes -MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" +USE_GTK= yes + ALL_TARGET= # empty .include <bsd.port.mk> diff --git a/x11/gyroscope/files/patch-aa b/x11/gyroscope/files/patch-aa index 82cb04fefa7c..c012ee216243 100644 --- a/x11/gyroscope/files/patch-aa +++ b/x11/gyroscope/files/patch-aa @@ -28,4 +28,4 @@ install: - cp ./$(BINARYNAME) $(BIN_DIR)$(BINARYNAME) -+ @/usr/bin/install -c -o 0 -g 0 -s -m 1755 ${BINARYNAME} ${BIN_DIR}/${BINARYNAME} ++ ${BSD_INSTALL_PROGRAM} ${BINARYNAME} ${BIN_DIR}/${BINARYNAME} |