diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 01:24:41 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 01:24:41 +0000 |
commit | 47f9d8fd4663f9c3c71462af7c4b3275bde2e31a (patch) | |
tree | 46fc8d91d267324c4c6a8d84d37e354e6ac2ccb2 /devel/upnp | |
parent | e9e59493e4b2d017ee2828e33f5ff60e1138bdc2 (diff) | |
download | ports-47f9d8fd4663f9c3c71462af7c4b3275bde2e31a.tar.gz ports-47f9d8fd4663f9c3c71462af7c4b3275bde2e31a.zip |
Notes
Diffstat (limited to 'devel/upnp')
-rw-r--r-- | devel/upnp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/upnp/Makefile b/devel/upnp/Makefile index 45271332cbfb..95ebd955a1c1 100644 --- a/devel/upnp/Makefile +++ b/devel/upnp/Makefile @@ -7,7 +7,7 @@ PORTNAME= upnp PORTVERSION= 1.2.1 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,12 +17,11 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= leeym@FreeBSD.org COMMENT= Universal Plug and Play Software Development Kit -LIB_DEPENDS= uuid.1:${PORTSDIR}/sysutils/e2fsprogs +LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid CONFLICTS= upnp-1.[^2].* USE_GMAKE= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/upnp PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} MAKEFILE= makefile |