summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/gicq/Makefile9
-rw-r--r--net/gicq/Makefile9
2 files changed, 8 insertions, 10 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile
index c15f6039ef5b..96fcd56bd087 100644
--- a/net-im/gicq/Makefile
+++ b/net-im/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>
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>