diff options
author | ahze <ahze@FreeBSD.org> | 2005-07-07 01:51:01 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-07-07 01:51:01 +0800 |
commit | 84ab8e67daf200381efe4e226fa49db3a53fb440 (patch) | |
tree | b18626a39f689aa1f8ac20f045d929a4fcb18774 /multimedia/libdvbpsi/Makefile | |
parent | f3304f6d7150152a8f6c5c04628e4f5b72448526 (diff) | |
download | freebsd-ports-gnome-84ab8e67daf200381efe4e226fa49db3a53fb440.tar.gz freebsd-ports-gnome-84ab8e67daf200381efe4e226fa49db3a53fb440.tar.zst freebsd-ports-gnome-84ab8e67daf200381efe4e226fa49db3a53fb440.zip |
- Update to 0.1.5
Diffstat (limited to 'multimedia/libdvbpsi/Makefile')
-rw-r--r-- | multimedia/libdvbpsi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/libdvbpsi/Makefile b/multimedia/libdvbpsi/Makefile index 9b088c549db4..3d6099ad2c9b 100644 --- a/multimedia/libdvbpsi/Makefile +++ b/multimedia/libdvbpsi/Makefile @@ -7,18 +7,18 @@ # PORTNAME= libdvbpsi -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/libdvbpsi/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} -DISTNAME= ${PORTNAME}3-${PORTVERSION} +DISTNAME= ${PORTNAME}4-${PORTVERSION} MAINTAINER= ahze@FreeBSD.org COMMENT= A library for MPEG TS and DVB PSI tables decoding and generation USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_LIBTOOL_VER=15 +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-release INSTALLS_SHLIB= yes |