From 55f27135fc18ca935413b024c67a51fea8c66cf8 Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 9 Sep 1997 00:39:46 +0000 Subject: Move WRKSRC down to "misc. bsd.port.mk variables" section. Also delete USE_X11, USE_IMAKE implies it. --- databases/xmbase-grok/Makefile | 5 ++--- 1 file 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 # -# $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 -- cgit