diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-02-23 00:23:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-02-23 00:23:29 +0800 |
commit | 7a34b38d41354ccc597f37e15e14da5dada74c00 (patch) | |
tree | 80c055eaa34568c55ebda3a3de01004e6460d3af /deskutils/abacus/Makefile | |
parent | 667f7aece5f3acfc6ca96552ad768674016c5251 (diff) | |
download | freebsd-ports-gnome-7a34b38d41354ccc597f37e15e14da5dada74c00.tar.gz freebsd-ports-gnome-7a34b38d41354ccc597f37e15e14da5dada74c00.tar.zst freebsd-ports-gnome-7a34b38d41354ccc597f37e15e14da5dada74c00.zip |
- convert for USE_TK, USE_TCL
Diffstat (limited to 'deskutils/abacus/Makefile')
-rw-r--r-- | deskutils/abacus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/abacus/Makefile b/deskutils/abacus/Makefile index cc9108322d9f..45b4d4d15455 100644 --- a/deskutils/abacus/Makefile +++ b/deskutils/abacus/Makefile @@ -18,11 +18,11 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}.patch.gz MAINTAINER= dinoex@FreeBSD.org COMMENT= Spread sheet for X Window System -LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \ - tk82.1:${PORTSDIR}/x11-toolkits/tk82 - USE_GMAKE= yes USE_XORG= x11 +USE_TK= 82 +USE_TCL= 82 + MAKE_ENV= LDFLAGS="${LDFLAGS}" CFLAGS+= -I$(LOCALBASE)/include \ -I$(LOCALBASE)/include/tcl8.2 \ |