diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-03 10:58:02 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-03 10:58:02 +0000 |
commit | 0ea9bbddd9b1f3c58df8c7372753955102d1061b (patch) | |
tree | 9c8d31cb15041313b76aaabc67560dcf4dfe58db /lang/librep | |
parent | 9b9600376b2b7f7c563fb6b83c762e34ecc9598c (diff) | |
download | FreeBSD-ports-0ea9bbddd9b1f3c58df8c7372753955102d1061b.zip FreeBSD-ports-0ea9bbddd9b1f3c58df8c7372753955102d1061b.tar.gz |
Revert previous commit (USE_LIBTOOL) - it breaks sawfish.
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 2 | ||||
-rw-r--r-- | lang/librep/pkg-plist | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index a10c634..171817f 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" diff --git a/lang/librep/pkg-plist b/lang/librep/pkg-plist index 1cb6d35..989812d 100644 --- a/lang/librep/pkg-plist +++ b/lang/librep/pkg-plist @@ -18,15 +18,21 @@ info/librep.info-6 info/librep.info-7 info/librep.info-8 @exec install-info %D/info/librep.info %D/info/dir +lib/librep.la lib/librep.so lib/librep.so.9 libexec/rep/%%VERSION%%/%%GNUHOST%%/DOC +libexec/rep/%%VERSION%%/%%GNUHOST%%/gdbm.la libexec/rep/%%VERSION%%/%%GNUHOST%%/gdbm.so libexec/rep/%%VERSION%%/%%GNUHOST%%/gettext.la libexec/rep/%%VERSION%%/%%GNUHOST%%/gettext.so +libexec/rep/%%VERSION%%/%%GNUHOST%%/readline.la libexec/rep/%%VERSION%%/%%GNUHOST%%/readline.so +libexec/rep/%%VERSION%%/%%GNUHOST%%/sdbm.la libexec/rep/%%VERSION%%/%%GNUHOST%%/sdbm.so +libexec/rep/%%VERSION%%/%%GNUHOST%%/tables.la libexec/rep/%%VERSION%%/%%GNUHOST%%/tables.so +libexec/rep/%%VERSION%%/%%GNUHOST%%/timers.la libexec/rep/%%VERSION%%/%%GNUHOST%%/timers.so libexec/rep/%%GNUHOST%%/libtool libexec/rep/%%GNUHOST%%/rules.mk |