diff options
-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 |