diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-06-18 03:36:32 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-06-18 03:36:32 +0000 |
commit | 50a90d3074be9fb85ce42b32c7e5e8f57a3f5276 (patch) | |
tree | 71b1acfc30345f276d23ab4ab15c9c6c7e4c5767 /biology | |
parent | 98fac41af146c8ae58bf8f1c4162a9c19fc82b86 (diff) | |
download | ports-50a90d3074be9fb85ce42b32c7e5e8f57a3f5276.tar.gz ports-50a90d3074be9fb85ce42b32c7e5e8f57a3f5276.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/rasmol/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index 024caaac7c0e..2aa54c3ffff5 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -21,11 +21,7 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> -.if ${XFREE86_VERSION} == 3 -BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake -.elif ${XFREE86_VERSION} == 4 -BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4 -.endif +USE_IMAKE= yes MAN1= rasmol.1 |