diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-04-12 15:31:04 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-04-12 15:31:04 +0000 |
commit | 4e0c7f54c20bf8d510f29adfda41de819384395a (patch) | |
tree | 30d0b67285101e7766748219a4d68e68c27fe348 /lang | |
parent | b62e4537b44f7234442fb86d908292e9d035dbd3 (diff) | |
download | ports-4e0c7f54c20bf8d510f29adfda41de819384395a.tar.gz ports-4e0c7f54c20bf8d510f29adfda41de819384395a.zip |
Notes
Diffstat (limited to 'lang')
-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 e39fbaa785d1..19df9970b2fd 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 \ |