diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-07-26 23:35:50 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-07-26 23:35:50 +0800 |
commit | 32230a63afe449d8392a0a1f4fb9040f97b8200c (patch) | |
tree | c7b8c481bb1412a56cecd4bbd0977d2ea04bcae6 /x11-toolkits | |
parent | 584d91120a29b18658d88ccaa7eaf01e57d756aa (diff) | |
download | freebsd-ports-gnome-32230a63afe449d8392a0a1f4fb9040f97b8200c.tar.gz freebsd-ports-gnome-32230a63afe449d8392a0a1f4fb9040f97b8200c.tar.zst freebsd-ports-gnome-32230a63afe449d8392a0a1f4fb9040f97b8200c.zip |
- fix WITH_GNUSTEP_XDPS with imake
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 14c09f0291ce..70c7faa779c6 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -41,7 +41,8 @@ BREAKS_IF_PEDANTIC= yes .if defined(WITH_GNUSTEP_XDPS) GNUSTEP_DGS_PORT?= x11/dgs -BUILD_DEPENDS+= pswrap:${PORTSDIR}/${GNUSTEP_DGS_PORT} +BUILD_DEPENDS+= imake:${X_IMAKE_PORT} +BUILD_DEPENDS+= dgs:${PORTSDIR}/${GNUSTEP_DGS_PORT} LIB_DEPENDS+= dpstk:${PORTSDIR}/${GNUSTEP_DGS_PORT} CONFIGURE_ARGS+= --enable-graphics=xdps --with-name=xdps CONFIGURE_ARGS+= --disable-glitz |