diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-02-10 03:28:20 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-02-10 03:28:20 +0000 |
commit | 3974a8ae1bf0ee0b15b16e634d88e8cc55d8e9fb (patch) | |
tree | 98d8a021478bbe716408ebecd59bc7f8f7c5ecaa | |
parent | ce9e9ca9d8a57e6485d0f27e1c135969def4dae4 (diff) | |
download | ports-3974a8ae1bf0ee0b15b16e634d88e8cc55d8e9fb.tar.gz ports-3974a8ae1bf0ee0b15b16e634d88e8cc55d8e9fb.zip |
Notes
-rw-r--r-- | graphics/robot/Makefile | 3 | ||||
-rw-r--r-- | graphics/robot/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/robot/Makefile b/graphics/robot/Makefile index 7c3f1e60c4b3..34f77b16cf46 100644 --- a/graphics/robot/Makefile +++ b/graphics/robot/Makefile @@ -15,7 +15,8 @@ DISTNAME= robot-beta MAINTAINER= ports@FreeBSD.org COMMENT= Graph plotting and data analysis program using OpenLook -BUILD_DEPENDS= fsplit:${PORTSDIR}/devel/fortran-utils +BUILD_DEPENDS= fsplit:${PORTSDIR}/devel/fortran-utils \ + imake:${X_IMAKE_PORT} LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview USE_X_PREFIX= yes diff --git a/graphics/robot/pkg-plist b/graphics/robot/pkg-plist index cf0ee16ffd86..a4add66a2ac9 100644 --- a/graphics/robot/pkg-plist +++ b/graphics/robot/pkg-plist @@ -1,7 +1,5 @@ bin/robot lib/help/robot.info -@dirrm lib/X11/config -@dirrm lib/X11 %%PORTDOCS%%%%DOCSDIR%%/RobotManual.ps.gz %%PORTDOCS%%%%EXAMPLESDIR%%/3d_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/anime_demo.rob |