diff options
author | ache <ache@FreeBSD.org> | 2000-05-24 00:22:35 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-24 00:22:35 +0800 |
commit | ad709b6dc706096de6f73d0d20e9304fca68abf9 (patch) | |
tree | 7b3ee423992c1ae17ce419a164cd8e7bba32944e /www/sitecopy | |
parent | 599b613e40c4e3f768276f3055359279eb037537 (diff) | |
download | freebsd-ports-gnome-ad709b6dc706096de6f73d0d20e9304fca68abf9.tar.gz freebsd-ports-gnome-ad709b6dc706096de6f73d0d20e9304fca68abf9.tar.zst freebsd-ports-gnome-ad709b6dc706096de6f73d0d20e9304fca68abf9.zip |
Shared linking of -lintl
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index a002e860dd76..3cdc7dcb843b 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -12,10 +12,12 @@ MASTER_SITES= http://www.lyra.org/sitecopy/ MAINTAINER= nik@FreeBSD.org -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext FETCH_BEFORE_ARGS= -b GNU_CONFIGURE= yes +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \ + LIBS=-lintl USE_GMAKE= yes ALL_TARGET= sitecopy |