summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-23 08:34:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-23 08:34:52 +0000
commitbd5fadc60b746a9c86c507c22f9007a13b2671fa (patch)
treeebef63448c0eb6d2a304e452d6e8025c1ea0f51c /net
parentMake this thing build. (Actually it's failing in configure.) Is it (diff)
Portlint. Also, change libgtk dependency to LIB_DEPENDS.
Notes
Notes: svn path=/head/; revision=14801
Diffstat (limited to 'net')
-rw-r--r--net/gicq/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/gicq/Makefile b/net/gicq/Makefile
index c15f6039ef5b..96fcd56bd087 100644
--- a/net/gicq/Makefile
+++ b/net/gicq/Makefile
@@ -3,21 +3,20 @@
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/11/19 07:09:00 flathill Exp $
#
DISTNAME= gicq-0.22
-PKGNAME= gicq-0.22
CATEGORIES= net
MASTER_SITES= http://www.montana.com/gabriel/gicq/files/
MAINTAINER= flathill@FreeBSD.ORG
+BUILD_DEPENDS= ${LOCALBASE}/lib/libicq.a:${PORTSDIR}/devel/libicq
+LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
+
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gnome --disable-nls
-BUILD_DEPENDS= ${LOCALBASE}/lib/libicq.a:${PORTSDIR}/devel/libicq \
- ${X11BASE}/lib/libgtk.a:${PORTSDIR}/x11-toolkits/gtk
-
.include <bsd.port.mk>