diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-25 04:26:55 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-25 04:26:55 +0000 |
commit | 4c16bcdd877c6304d4c971d7ec12373b6c940b99 (patch) | |
tree | df639acdf8319fd54a075ebb9b5324e4ce07bab6 /www/tcldom/Makefile | |
parent | a83923171fb24d972aeb009366a466a826f4ef3b (diff) | |
download | ports-4c16bcdd877c6304d4c971d7ec12373b6c940b99.tar.gz ports-4c16bcdd877c6304d4c971d7ec12373b6c940b99.zip |
Notes
Diffstat (limited to 'www/tcldom/Makefile')
-rw-r--r-- | www/tcldom/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/tcldom/Makefile b/www/tcldom/Makefile index b801e1d28782..1c7cc08cd2ff 100644 --- a/www/tcldom/Makefile +++ b/www/tcldom/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcldom DISTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= www tcl MASTER_SITES= SF MASTER_SITE_SUBDIR= tclxml @@ -16,6 +17,8 @@ COMMENT= DOM API for Tcl based on TclDOMPro BUILD_DEPENDS?= ${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat2 +PLIST= ${PKGDIR}${PKGNAMESUFFIX}/pkg-plist +PATCHDIR= ${PKGDIR}${PKGNAMESUFFIX}/files/ WRKSRC?= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src USE_TCL= 82+ USE_LDCONFIG= yes |