diff options
author | kris <kris@FreeBSD.org> | 2007-01-27 15:54:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-27 15:54:19 +0800 |
commit | f6528717462e952089543cfcb06f14c0d9bdc813 (patch) | |
tree | a32aa940590ca1b33d471388cda25ba9891231eb /multimedia/libdvdcss | |
parent | 87fff237cd6bb4433b5ef4c7d36cd32a36e0313d (diff) | |
download | freebsd-ports-gnome-f6528717462e952089543cfcb06f14c0d9bdc813.tar.gz freebsd-ports-gnome-f6528717462e952089543cfcb06f14c0d9bdc813.tar.zst freebsd-ports-gnome-f6528717462e952089543cfcb06f14c0d9bdc813.zip |
Use libtool port instead of included one to avoid objformat a.out botch
Diffstat (limited to 'multimedia/libdvdcss')
-rw-r--r-- | multimedia/libdvdcss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index 47e62cfca28f..b752ac696366 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -18,6 +18,7 @@ COMMENT= Portable abstraction library for DVD decryption NO_CDROM= CSS code may violate the DMCA +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes |