summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-22 22:55:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-22 22:55:56 +0000
commit457679eee3629c52a1afd0dc50966abe840b300b (patch)
treeb2b11b3e8a906186aa182b5f0543829b71d8d70c /sysutils
parentCompletely remove regexp support (not only trailing dot) now that (diff)
gtk and gtk11 are now ELFized.
Notes
Notes: svn path=/head/; revision=13337
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xlogmaster/Makefile4
-rw-r--r--sysutils/xwatch/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xlogmaster/Makefile b/sysutils/xlogmaster/Makefile
index f9680ba696c1..ff98d2abd8a7 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.6 1998/09/15 12:06:45 vanilla Exp $
+# $Id: Makefile,v 1.7 1998/09/19 10:55:11 vanilla Exp $
#
DISTNAME= xlogmaster-1.4.4
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://sunsite.doc.ic.ac.uk/packages/gnu/\
MAINTAINER= aw1@stade.co.uk
-LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
+LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" GTK_CONFIG="${PREFIX}/bin/gtk11-config"
diff --git a/sysutils/xwatch/Makefile b/sysutils/xwatch/Makefile
index 2ce9cac40dc4..b2840d4d446c 100644
--- a/sysutils/xwatch/Makefile
+++ b/sysutils/xwatch/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 July 1998
# Whom: mph
#
-# $Id: Makefile,v 1.2 1998/08/07 23:56:48 asami Exp $
+# $Id: Makefile,v 1.3 1998/08/26 18:32:47 mph Exp $
#
DISTNAME= xwatch-0.1.0
@@ -12,7 +12,7 @@ MASTER_SITES= http://hem.passagen.se/osk/
MAINTAINER= mph@freebsd.org
-LIB_DEPENDS= gtk\\.1:${PORTSDIR}/x11-toolkits/gtk
+LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
USE_XLIB= yes
GNU_CONFIGURE= yes