diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-19 10:55:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-19 10:55:11 +0000 |
commit | 013a4a717238d237adf5ddbfe1a7e51fc3776345 (patch) | |
tree | 262e78f8b59bec2012da3f87692d9a29e4eaa811 /sysutils/xlogmaster | |
parent | Update this port so that it uses correct perl5. (diff) |
Fix gtk11 config proglem.
PR: ports/7985
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=13244
Diffstat (limited to 'sysutils/xlogmaster')
-rw-r--r-- | sysutils/xlogmaster/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xlogmaster/Makefile b/sysutils/xlogmaster/Makefile index 2c333136bc4c..f9680ba696c1 100644 --- a/sysutils/xlogmaster/Makefile +++ b/sysutils/xlogmaster/Makefile @@ -3,7 +3,7 @@ # Date created: 1 August 1998 # Whom: Adrian Wontroba <aw1@stade.co.uk> # -# $Id: Makefile,v 1.5 1998/08/31 14:20:41 vanilla Exp $ +# $Id: Makefile,v 1.6 1998/09/15 12:06:45 vanilla Exp $ # DISTNAME= xlogmaster-1.4.4 @@ -18,7 +18,7 @@ MAINTAINER= aw1@stade.co.uk LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 GNU_CONFIGURE= yes -CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" GTK_CONFIG="${PREFIX}/bin/gtk11-config" USE_X_PREFIX= yes USE_GMAKE= yes |