diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/uclmmbase/Makefile | 7 | ||||
-rw-r--r-- | devel/uclmmbase/pkg-plist | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/uclmmbase/Makefile b/devel/uclmmbase/Makefile index a398c0ccfee..c7fd5e2db5a 100644 --- a/devel/uclmmbase/Makefile +++ b/devel/uclmmbase/Makefile @@ -11,16 +11,19 @@ PKGNAME= uclmmbase-1.1.2 CATEGORIES= devel MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fenner@FreeBSD.org WRKSRC= ${WRKDIR}/common GNU_CONFIGURE= yes +.if ${OSVERSION} > 400015 +CONFIGURE_ARGS+= --enable-ipv6 +.endif RESTRICTED= "Contains DES cryptography." INSTALL_HDRS= base64.h config_win32.h config_unix.h crypt_random.h \ debug.h hmac.h mbus.h md5.h memory.h net_udp.h qfDES.h \ - rtp.h util.h version.h + rtp.h uclconf.h util.h version.h do-install: ${INSTALL_DATA} ${WRKSRC}/libuclmmbase.a ${PREFIX}/lib diff --git a/devel/uclmmbase/pkg-plist b/devel/uclmmbase/pkg-plist index 2764334bd54..bd9817fc515 100644 --- a/devel/uclmmbase/pkg-plist +++ b/devel/uclmmbase/pkg-plist @@ -10,6 +10,7 @@ include/uclmmbase/memory.h include/uclmmbase/net_udp.h include/uclmmbase/qfDES.h include/uclmmbase/rtp.h +include/uclmmbase/uclconf.h include/uclmmbase/util.h include/uclmmbase/version.h lib/libuclmmbase.a |