diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2013-06-21 15:27:01 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2013-06-21 15:27:01 +0000 |
commit | ebaa5b1b302a377a49988cb5218ae1c9470720f6 (patch) | |
tree | 9db1ef02a7eff125e2cc3f01508342703cb1b6b0 /lang/dragonegg47-33 | |
parent | de32315da8c92dc1325972b453bf18dde797616c (diff) | |
download | ports-ebaa5b1b302a377a49988cb5218ae1c9470720f6.tar.gz ports-ebaa5b1b302a377a49988cb5218ae1c9470720f6.zip |
Notes
Diffstat (limited to 'lang/dragonegg47-33')
-rw-r--r-- | lang/dragonegg47-33/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/dragonegg47-33/Makefile b/lang/dragonegg47-33/Makefile new file mode 100644 index 000000000000..05f6db9f3238 --- /dev/null +++ b/lang/dragonegg47-33/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +USE_GCC= 4.7 +MASTERDIR= ${.CURDIR}/../dragonegg46-33 + +.include "${MASTERDIR}/Makefile" |