diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-14 15:06:40 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-14 15:06:40 +0000 |
commit | c375bf20030b8f57dcdbfa5fc6d89eb54939b467 (patch) | |
tree | ff4052f590e1e2c27ca63f41a0b22763e1d2168e /graphics/aoi/Makefile | |
parent | 26ce683250a54b98c1a666348a12f43b0b578a25 (diff) | |
download | ports-c375bf20030b8f57dcdbfa5fc6d89eb54939b467.tar.gz ports-c375bf20030b8f57dcdbfa5fc6d89eb54939b467.zip |
Notes
Diffstat (limited to 'graphics/aoi/Makefile')
-rw-r--r-- | graphics/aoi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aoi/Makefile b/graphics/aoi/Makefile index 42317c907ee7..41a14f00137a 100644 --- a/graphics/aoi/Makefile +++ b/graphics/aoi/Makefile @@ -14,6 +14,7 @@ COMMENT= Open source Java written 3D modelling and rendering studio LICENSE= GPLv2 +LIB_DEPENDS= libjogl.so:${PORTSDIR}/graphics/jogl RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USES= zip:infozip @@ -36,8 +37,7 @@ DOC_FILES2= * OPTIONS_DEFINE= DOCS -SUB_FILES= ${PORTNAME} \ - pkg-message +SUB_FILES= ${PORTNAME} pkg-deinstall pkg-message DESKTOP_ENTRIES="Art of Illusion" "3D modelling and rendering studio" \ "${PORTNAME}" "${PORTNAME}" "Graphics;3DGraphics;" "" |