diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 06:38:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 06:38:19 +0000 |
commit | cf17d6fd7a3e308cec155d7ba123b5ed2827120c (patch) | |
tree | 4b3a8631a701229588f90da1a395b93f6553ef7a /japanese | |
parent | Remove name of package from front. (diff) |
Portlint.
Notes
Notes:
svn path=/head/; revision=14794
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/gicq/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/gicq/Makefile b/japanese/gicq/Makefile index f2f923c12d11..bec8eb617113 100644 --- a/japanese/gicq/Makefile +++ b/japanese/gicq/Makefile @@ -3,7 +3,7 @@ # Date Created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/19 07:39:16 flathill Exp $ # DISTNAME= gicq-0.22 @@ -17,14 +17,14 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= flathill@FreeBSD.ORG +BUILD_DEPENDS= ${LOCALBASE}/lib/libicq.a:${PORTSDIR}/japanese/libicq \ + ${X11BASE}/lib/libgtk.a:${PORTSDIR}/japanese/gtk + USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gnome --disable-nls CONFIGURE_ENV= LIBS=-lxpg4 -BUILD_DEPENDS= ${LOCALBASE}/lib/libicq.a:${PORTSDIR}/japanese/libicq \ - ${X11BASE}/lib/libgtk.a:${PORTSDIR}/japanese/gtk - post-configure: @${SED} -e "s;@PREFIX@;${PREFIX};g" ${FILESDIR}/wrapper \ > ${WRKDIR}/wrapper |