diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-03 18:58:02 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-03 18:58:02 +0800 |
commit | 0ea9bbddd9b1f3c58df8c7372753955102d1061b (patch) | |
tree | 9c8d31cb15041313b76aaabc67560dcf4dfe58db /lang/librep2 | |
parent | 9b9600376b2b7f7c563fb6b83c762e34ecc9598c (diff) | |
download | freebsd-ports-gnome-0ea9bbddd9b1f3c58df8c7372753955102d1061b.tar.gz freebsd-ports-gnome-0ea9bbddd9b1f3c58df8c7372753955102d1061b.tar.zst freebsd-ports-gnome-0ea9bbddd9b1f3c58df8c7372753955102d1061b.zip |
Revert previous commit (USE_LIBTOOL) - it breaks sawfish.
Diffstat (limited to 'lang/librep2')
-rw-r--r-- | lang/librep2/Makefile | 2 | ||||
-rw-r--r-- | lang/librep2/pkg-plist | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lang/librep2/Makefile b/lang/librep2/Makefile index a10c63492771..171817fccb34 100644 --- a/lang/librep2/Makefile +++ b/lang/librep2/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/librep2/pkg-plist b/lang/librep2/pkg-plist index 1cb6d3582efb..989812db9240 100644 --- a/lang/librep2/pkg-plist +++ b/lang/librep2/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 |