diff options
Diffstat (limited to 'net-im/gicq')
-rw-r--r-- | net-im/gicq/Makefile | 9 |
1 files changed, 4 insertions, 5 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> |