summaryrefslogtreecommitdiff
path: root/lang/librep/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-03 09:34:57 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-03 09:34:57 +0000
commitfe59157a8639e83ad2051029f503da0c8bd224e2 (patch)
tree723cb7e50d1e1e739d9d7456550e1a68605f4c5d /lang/librep/Makefile
parentUpdate libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWW (diff)
Add USE_LIBTOOL to prevent *.la files from being installed.
Notes
Notes: svn path=/head/; revision=30124
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r--lang/librep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index 171817fccb34..a10c63492771 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -20,8 +20,8 @@ PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} VERSION=${PORTVERSION}
USE_NEWGCC= yes
USE_GMAKE= yes
+USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lxpg4 -lintl"