summaryrefslogtreecommitdiff
path: root/japanese/gicq
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-11 02:30:33 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-11 02:30:33 +0000
commit4a7c15a8f90912a6abd0774b780b3895fb19163b (patch)
treea44de8a434ee3289f8defb2b6ccdfbd0fd88c858 /japanese/gicq
parentCleanup PLIST too with upgrade. (diff)
Add CONFIGURE_ENV to remove patch-aa
Notes
Notes: svn path=/head/; revision=15264
Diffstat (limited to 'japanese/gicq')
-rw-r--r--japanese/gicq/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/japanese/gicq/Makefile b/japanese/gicq/Makefile
index 7e76dcdd5854..cd80647da2b7 100644
--- a/japanese/gicq/Makefile
+++ b/japanese/gicq/Makefile
@@ -3,7 +3,7 @@
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
-# $Id: Makefile,v 1.2 1998/11/23 06:38:19 asami Exp $
+# $Id: Makefile,v 1.3 1998/11/25 22:31:28 sada Exp $
#
DISTNAME= gicq-0.22
@@ -17,14 +17,13 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= flathill@FreeBSD.ORG
-LIB_DEPENDS= icq.0:${PORTSDIR}/japanese/libicq \
- gtkjp.1:${PORTSDIR}/japanese/gtk
-# sada: Libname 'licq' seems to cause conflict (^^;
+LIB_DEPENDS= gtkjp.1:${PORTSDIR}/japanese/gtk \
+ icq.0:${PORTSDIR}/japanese/libicq
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gnome --disable-nls
-CONFIGURE_ENV= LIBS=-lxpg4
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" LIBS=-lxpg4
post-configure:
@${SED} -e "s;@PREFIX@;${PREFIX};g" ${FILESDIR}/wrapper \