diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
commit | 92103d6d5cd276d1373540bf8b9d97a23929f822 (patch) | |
tree | 2313fd648f4f8aae5fe387795ed60d255d84b5d9 /deskutils/gtimer | |
parent | 0ebce2fca246698aa00a259132fd207e4209026d (diff) | |
download | ports-92103d6d5cd276d1373540bf8b9d97a23929f822.tar.gz ports-92103d6d5cd276d1373540bf8b9d97a23929f822.zip |
Notes
Diffstat (limited to 'deskutils/gtimer')
-rw-r--r-- | deskutils/gtimer/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile index c5b952be4a26..f41e5a38dcae 100644 --- a/deskutils/gtimer/Makefile +++ b/deskutils/gtimer/Makefile @@ -3,7 +3,7 @@ # Date created: 25 February 1999 # Whom: Chris Piazza <cpiazza@home.net> # -# $Id: Makefile,v 1.3 1999/05/05 14:22:22 flathill Exp $ +# $Id: Makefile,v 1.4 1999/05/06 14:18:54 flathill Exp $ # DISTNAME= gtimer-1.1.4 @@ -12,10 +12,12 @@ MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/ MAINTAINER= cpiazza@home.net -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= YES -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" USE_GMAKE= YES USE_BZIP2= YES MAN1= gtimer.1 |