diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:42:57 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:42:57 +0000 |
commit | 99290b0d61db9bcb3c960f5507a8ccb0126a0cf9 (patch) | |
tree | bac8f356dc259524716a41398446e5c7d8f95a21 /x11/gyroscope | |
parent | Implement USE_GTK, part 1. (diff) |
Implement USE_GTK, part 2.
Notes
Notes:
svn path=/head/; revision=33425
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} |