diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 09:39:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 09:39:00 +0000 |
commit | 3067bb6524e8baa7f9a9305faba69b963f420115 (patch) | |
tree | bc1a9bc8a508d9c8413711096c4e60f948f6c498 /x11-toolkits/gtk-- | |
parent | 2f38238a08fe432657894f3bcfe4037e923454df (diff) | |
download | ports-3067bb6524e8baa7f9a9305faba69b963f420115.tar.gz ports-3067bb6524e8baa7f9a9305faba69b963f420115.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk--')
-rw-r--r-- | x11-toolkits/gtk--/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk--/Makefile b/x11-toolkits/gtk--/Makefile index 62ca273522e6..e62d212a4092 100644 --- a/x11-toolkits/gtk--/Makefile +++ b/x11-toolkits/gtk--/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/31 22:01:46 kuriyama Exp $ # DISTNAME= Gtk---0.9.14 @@ -20,7 +20,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 #GNU_CONFIGURE= yes USE_AUTOCONF= yes # for the future GNOME support -#CONFIGURE_ARGS+= --with-gnome=${X11BASE} +#CONFIGURE_ARGS= --with-gnome=${X11BASE} USE_GMAKE= yes post-install: |