diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-03 09:34:57 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-03 09:34:57 +0000 |
commit | fe59157a8639e83ad2051029f503da0c8bd224e2 (patch) | |
tree | 723cb7e50d1e1e739d9d7456550e1a68605f4c5d /lang/librep/Makefile | |
parent | Update 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/Makefile | 2 |
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" |