diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
commit | 2a8116629fbb51c0b6a7a02125828e71479a08be (patch) | |
tree | b9d00a96d9965a4af62f13b8159dc00d5216388f /devel/gettext-old/Makefile | |
parent | 4bf3ca31ea08ba708c33ef3dbc6b228c30a59293 (diff) | |
download | FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.zip FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.tar.gz |
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
Diffstat (limited to 'devel/gettext-old/Makefile')
-rw-r--r-- | devel/gettext-old/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile index 9c539c2..5d9360d 100644 --- a/devel/gettext-old/Makefile +++ b/devel/gettext-old/Makefile @@ -3,7 +3,7 @@ # Date created: 16 March 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.8 1999/03/09 01:08:51 nectar Exp $ +# $Id: Makefile,v 1.9 1999/03/09 09:11:26 asami Exp $ # DISTNAME= gettext-0.10.35 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://alpha.gnu.ai.mit.edu/gnu/ \ MAINTAINER= nacai@iname.com -GNU_CONFIGURE= yes +USE_LIBTOOL= yes PLIST_SUB= X11BASE=${X11BASE} |