diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-09 00:39:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-09 00:39:46 +0000 |
commit | d97ac3a29f4786ffc680ff5d80db43820bfb0886 (patch) | |
tree | 7cc3c097b854ce250efb93a3beebb198e5a65ddf /databases/xmbase-grok | |
parent | d4444ee8f3cc076da062f63a259a145325d79825 (diff) | |
download | ports-d97ac3a29f4786ffc680ff5d80db43820bfb0886.tar.gz ports-d97ac3a29f4786ffc680ff5d80db43820bfb0886.zip |
Notes
Diffstat (limited to 'databases/xmbase-grok')
-rw-r--r-- | databases/xmbase-grok/Makefile | 5 |
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> |