diff options
Diffstat (limited to 'lang/STk/Makefile')
-rw-r--r-- | lang/STk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index eaa43dc238ad..88a647bd8cc7 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -7,7 +7,7 @@ PORTNAME= STk PORTVERSION= 4.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://kaolin.unice.fr/pub/STk/ @@ -16,8 +16,9 @@ MASTER_SITE_SUBDIR= devel/lang/lisp MAINTAINER= ports@FreeBSD.org COMMENT= A scheme interpreter with full access to the Tk graphical package -USE_XLIB= yes +USE_XORG= x11 ice sm xt GNU_CONFIGURE= yes +CFLAGS= -I${LOCALBASE}/include PLIST_SUB= STK_VERSION=${PORTVERSION} STK_ARCH=${STK_ARCH} |