diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 16:24:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 16:24:00 +0000 |
commit | f4f46a920e21b409b3f3b16873c6cef1eb4af378 (patch) | |
tree | 111c3e996440f35b3a05e66700954340c9919761 /lang/modula3/Makefile | |
parent | 4007e179a6cb2c28428cd709099b5c1ff6b65402 (diff) | |
download | ports-f4f46a920e21b409b3f3b16873c6cef1eb4af378.tar.gz ports-f4f46a920e21b409b3f3b16873c6cef1eb4af378.zip |
Notes
Diffstat (limited to 'lang/modula3/Makefile')
-rw-r--r-- | lang/modula3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/modula3/Makefile b/lang/modula3/Makefile index 088be2fea8ca..d53891869648 100644 --- a/lang/modula3/Makefile +++ b/lang/modula3/Makefile @@ -3,7 +3,7 @@ PORTNAME= modula3 PORTVERSION= 5.8.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= https://modula3.elegosoft.com/cm3/releng/ \ http://downloads.dragonlace.net/m3/ \ @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COM_LICENSE LICENSE_NAME= CM3 License defined by DEC and Critical Mass copyrights LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC NEWBOOTDIR= ${WRKDIR}/new-bootstrap/bootstrap SRCDISTFILE= cm3-src-all-${PORTVERSION}-REL.tgz @@ -28,8 +28,7 @@ DST2= m3-bootstrap.x86_64.DRAGONFLY.36.tar.bz2:boot ONLY_FOR_ARCHS= amd64 CONFLICTS_INSTALL= cvsup-* -USES= gmake -USE_PGSQL= yes +USES= gmake pgsql USE_XORG= xaw xmu xext xt sm ice x11 USE_GL= gl glu USE_GCC= any |