diff options
author | mm <mm@FreeBSD.org> | 2007-04-12 23:31:04 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-04-12 23:31:04 +0800 |
commit | c4155037c9d8201b9c4039a8f845cffec9963b5b (patch) | |
tree | 04fae2896c77243ef8c5ca8e8dbce32fff120036 /lang/xotcl | |
parent | 059781a881736c558c2b14a27089961a583f3f6e (diff) | |
download | freebsd-ports-graphics-c4155037c9d8201b9c4039a8f845cffec9963b5b.tar.gz freebsd-ports-graphics-c4155037c9d8201b9c4039a8f845cffec9963b5b.tar.zst freebsd-ports-graphics-c4155037c9d8201b9c4039a8f845cffec9963b5b.zip |
- fixed USE_LDCONFIG path
- bump PORTREVISION
Approved by: garga (mentor)
Diffstat (limited to 'lang/xotcl')
-rw-r--r-- | lang/xotcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/xotcl/Makefile b/lang/xotcl/Makefile index e39fbaa785d..19df9970b2f 100644 --- a/lang/xotcl/Makefile +++ b/lang/xotcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= xotcl PORTVERSION= 1.5.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= lang tcl84 MASTER_SITES= http://media.wu-wien.ac.at/download/ @@ -23,7 +23,7 @@ USE_GMAKE= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} .if !defined(AOLSERVER_XOTCL) -USE_LDCONFIG= ${PREFIX}/xotcl${PORTVERSION} +USE_LDCONFIG= ${PREFIX}/lib/xotcl${PORTVERSION} GNU_CONFIGURE= yes OPTIONS= ACTIWEB "Include actiweb" on \ |