diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-08 07:33:14 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-08 07:33:14 +0000 |
commit | 3316c9456e5e5944376d0392a5d691c51540a1e2 (patch) | |
tree | 3a5c409cb213fe8ead0791d5850e2c1076e65527 | |
parent | 1748d4d1397e4479f86201f4db80b7e2b20a23b0 (diff) | |
download | FreeBSD-ports-3316c9456e5e5944376d0392a5d691c51540a1e2.zip FreeBSD-ports-3316c9456e5e5944376d0392a5d691c51540a1e2.tar.gz |
Unbreak
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tktable/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index 243a0f2..205e9b1 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -11,7 +11,7 @@ COMMENT= GTK+ and Gnome extension for Tcl LICENSE= TclTk LICENSE_NAME= Tcl/Tk License -LICENSE_FILE= ${WRKSRC}/../license.terms +LICENSE_FILE= ${WRKSRC}/license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libcanberra.so:${PORTSDIR}/audio/libcanberra \ diff --git a/x11-toolkits/tktable/Makefile b/x11-toolkits/tktable/Makefile index c78260c..d184abf 100644 --- a/x11-toolkits/tktable/Makefile +++ b/x11-toolkits/tktable/Makefile @@ -13,7 +13,7 @@ COMMENT= Table/matrix widget extension to Tk LICENSE= TclTk LICENSE_NAME= Tcl/Tk License -LICENSE_FILE= ${WRKSRC}/../license.terms +LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES+= tk |