diff options
author | kris <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
commit | 62aa7fe94673789fb863494cfaf642ffdcff0b5d (patch) | |
tree | dadff634ddd561962b249aea07d4cfb45982ed98 /audio/libcdaudio | |
parent | 6f9d2cc492dfb48ff79f2a18bb35ea9fd095eac6 (diff) | |
download | FreeBSD-ports-62aa7fe94673789fb863494cfaf642ffdcff0b5d.zip FreeBSD-ports-62aa7fe94673789fb863494cfaf642ffdcff0b5d.tar.gz |
Use libtool port instead of included one to avoid objformat a.out botch
Diffstat (limited to 'audio/libcdaudio')
-rw-r--r-- | audio/libcdaudio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index 4f70f18..d175f5d 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= A library for playing audio CDs +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |