diff options
author | max <max@FreeBSD.org> | 2000-03-08 18:56:40 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 2000-03-08 18:56:40 +0800 |
commit | 8ab83003dadf6600cb37afc61929aabd4e06be39 (patch) | |
tree | 261c91e90e89932e863edb279e435e3012c3700a /devel/ilu | |
parent | 608c30af2a6212248eafdc8ab5519d829896ebd3 (diff) | |
download | freebsd-ports-graphics-8ab83003dadf6600cb37afc61929aabd4e06be39.tar.gz freebsd-ports-graphics-8ab83003dadf6600cb37afc61929aabd4e06be39.tar.zst freebsd-ports-graphics-8ab83003dadf6600cb37afc61929aabd4e06be39.zip |
Use devel/imake instead of x11/XFree86.
Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.
Diffstat (limited to 'devel/ilu')
-rw-r--r-- | devel/ilu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile index 25f02841542..f79af4b23e3 100644 --- a/devel/ilu/Makefile +++ b/devel/ilu/Makefile @@ -19,7 +19,7 @@ PATCHFILES= ${DISTNAME}-patches.html.gz MAINTAINER= cracauer@cons.org -BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake # The FreeBSD port uses its own shared library patches. The native # ILU support is incomplete and disabled here. |