diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-15 11:33:52 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-15 11:33:52 +0000 |
commit | 55b0d6baaa94f6d3cad70c402915ffc909027ace (patch) | |
tree | 7abfb7c3904a288f7255775244faa317fc974e06 /devel/upnp | |
parent | ff83b59ece3cb81de000596cf625a202afd5e40f (diff) | |
download | ports-55b0d6baaa94f6d3cad70c402915ffc909027ace.tar.gz ports-55b0d6baaa94f6d3cad70c402915ffc909027ace.zip |
add NOT_FOR_ARCHS=sparc64 and COMMENT
Notes
Notes:
svn path=/head/; revision=75562
Diffstat (limited to 'devel/upnp')
-rw-r--r-- | devel/upnp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/upnp/Makefile b/devel/upnp/Makefile index 10e8f34a9659..7c40096de436 100644 --- a/devel/upnp/Makefile +++ b/devel/upnp/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}sdk-${PORTVERSION} MAINTAINER= leeym@FreeBSD.org +COMMENT= Universal Plug and Play Software Development Kit LIB_DEPENDS= uuid.1:${PORTSDIR}/sysutils/e2fsprogs @@ -20,6 +21,7 @@ USE_GMAKE= yes USE_REINPLACE= yes MAKEFILE= makefile MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} +NOT_FOR_ARCHS= sparc64 INSTALLS_SHLIB= yes post-patch: |