diff options
author | zi <zi@FreeBSD.org> | 2012-03-25 04:11:41 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-03-25 04:11:41 +0800 |
commit | d82097a01cd5b17e85fb72dd5e96a9178f0f008a (patch) | |
tree | 93d6e5dddc357b314c1952c7fabe73374cb5ba39 /lang | |
parent | 6a7fb8c728da87d60d99b463503095334647a9bb (diff) | |
download | freebsd-ports-graphics-d82097a01cd5b17e85fb72dd5e96a9178f0f008a.tar.gz freebsd-ports-graphics-d82097a01cd5b17e85fb72dd5e96a9178f0f008a.tar.zst freebsd-ports-graphics-d82097a01cd5b17e85fb72dd5e96a9178f0f008a.zip |
- Add missing plist entry
- Unbreak
Reported by: linimon
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/x10/Makefile | 2 | ||||
-rw-r--r-- | lang/x10/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/x10/Makefile b/lang/x10/Makefile index 5762d115262..cef32d4ad5f 100644 --- a/lang/x10/Makefile +++ b/lang/x10/Makefile @@ -26,8 +26,6 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} MAINTAINER= jwbacon@tds.net COMMENT= Object-oriented parallal programming language -BROKEN= incomplete plist - USE_BZIP2= yes USE_JAVA= yes JAVA_VERSION= 1.5+ diff --git a/lang/x10/pkg-plist b/lang/x10/pkg-plist index 7d32b52668c..fad9b55cf9f 100644 --- a/lang/x10/pkg-plist +++ b/lang/x10/pkg-plist @@ -11,6 +11,7 @@ etc/x10rt_standalone.properties include/x10_x10rt_MessageHandlers.h include/x10_x10rt_TeamSupport.h include/x10_x10rt_X10RT.h +include/x10_x10rt_X10RT_State.h include/x10rt_cpp.h include/x10rt_cuda.h include/x10rt_front.h |