diff options
author | naddy <naddy@FreeBSD.org> | 2002-10-06 00:36:30 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-10-06 00:36:30 +0800 |
commit | 84576ac645ae64b709a326c43a8fe486da9932e6 (patch) | |
tree | ac3ece268ccdc13b2ac1f0f0f4b9dd06cdb1b6c0 /audio/libogg/Makefile | |
parent | 20f1350de2acd901701a6953a207083ab39ad06a (diff) | |
download | freebsd-ports-gnome-84576ac645ae64b709a326c43a8fe486da9932e6.tar.gz freebsd-ports-gnome-84576ac645ae64b709a326c43a8fe486da9932e6.tar.zst freebsd-ports-gnome-84576ac645ae64b709a326c43a8fe486da9932e6.zip |
Do not install .la library wrappers.
Diffstat (limited to 'audio/libogg/Makefile')
-rw-r--r-- | audio/libogg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 755f51442c99..bf840a5e4338 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -7,6 +7,7 @@ PORTNAME= libogg PORTVERSION= 1.0 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ @@ -18,7 +19,7 @@ MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ MAINTAINER= naddy@FreeBSD.org -GNU_CONFIGURE= yes +USE_LIBTOOL= yes INSTALLS_SHLIB= yes .if defined(NOPORTDOCS) |