aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1998-12-11 10:30:33 +0800
committerflathill <flathill@FreeBSD.org>1998-12-11 10:30:33 +0800
commit65161e329687a245cbc39c1c5c31180f3817c967 (patch)
treeea199ed9aff4394df21a456e82cd2be42cd76387 /japanese
parent6747fe490ef86ae4c1ea57ef1d71199ec39e3fee (diff)
downloadfreebsd-ports-gnome-65161e329687a245cbc39c1c5c31180f3817c967.tar.gz
freebsd-ports-gnome-65161e329687a245cbc39c1c5c31180f3817c967.tar.zst
freebsd-ports-gnome-65161e329687a245cbc39c1c5c31180f3817c967.zip
Add CONFIGURE_ENV to remove patch-aa
Diffstat (limited to 'japanese')
-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 \