diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-10-25 17:58:38 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-10-25 17:58:38 +0000 |
commit | f78368efbf5ef9c7c7cc4b71a2b2d5bd8457aafb (patch) | |
tree | 5c986f1708149aae0455be9ad2d584f84099f03e | |
parent | dc7eb9a1fe32ae2b1619dff924df4fc91bcfdb03 (diff) | |
download | ports-f78368efbf5ef9c7c7cc4b71a2b2d5bd8457aafb.tar.gz ports-f78368efbf5ef9c7c7cc4b71a2b2d5bd8457aafb.zip |
Notes
-rw-r--r-- | lang/drscheme/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index f1a572172cb4..c79fde5472d4 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -16,15 +16,17 @@ MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \ ftp://morpheus.wish.com.mx/pub/plt/${PORTVERSION}/plt/ \ http://download.plt-scheme.org/patches/${PORTVERSION}/:PLT DISTFILES= plt-${PORTVERSION}-src-unix.tgz ${PLTPATCHES} +DIST_SUBDIR= drscheme/${PORTVERSION} EXTRACT_ONLY= plt-${PORTVERSION}-src-unix.tgz -EXTRACT_SUFX= .tgz MAINTAINER= jkoshy@FreeBSD.org COMMENT= An interactive, integrated, graphical Scheme programming environment -DIST_SUBDIR= drscheme/${PORTVERSION} HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PLTHOME} --enable-shared +CONFIGURE_ARGS= --prefix=${PLTHOME} --enable-shared \ + --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib + WRKSRC= ${WRKDIR}/plt/src USE_XLIB= yes USE_GMAKE= yes |