summaryrefslogtreecommitdiff
path: root/databases/xmbase-grok
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-09-09 00:39:46 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-09-09 00:39:46 +0000
commitd97ac3a29f4786ffc680ff5d80db43820bfb0886 (patch)
tree7cc3c097b854ce250efb93a3beebb198e5a65ddf /databases/xmbase-grok
parentUpgrade to 1.2pl2. (diff)
Move WRKSRC down to "misc. bsd.port.mk variables" section. Also delete
USE_X11, USE_IMAKE implies it.
Notes
Notes: svn path=/head/; revision=7819
Diffstat (limited to 'databases/xmbase-grok')
-rw-r--r--databases/xmbase-grok/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/xmbase-grok/Makefile b/databases/xmbase-grok/Makefile
index dbc9fd44df60..3619322b7788 100644
--- a/databases/xmbase-grok/Makefile
+++ b/databases/xmbase-grok/Makefile
@@ -3,7 +3,7 @@
# Date created: Sat Aug 30 13:29:42 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/08/30 13:25:04 andreas Exp $
#
DISTNAME= xmbase-grok-1.3.2.sbin
@@ -11,14 +11,13 @@ PKGNAME= xmbase-grok-1.3.2
CATEGORIES= databases x11
MASTER_SITES=\
ftp://ftp.leo.org/pub/comp/os/linux/sunsite/X11/xapps/databases/
-WRKSRC= ${WRKDIR}/${PKGNAME}
MAINTAINER= andreas@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+WRKSRC= ${WRKDIR}/${PKGNAME}
REQUIRES_MOTIF= yes
USE_IMAKE= yes
-USE_X11= yes
.include <bsd.port.mk>