diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-07-26 15:35:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-07-26 15:35:50 +0000 |
commit | 216841fa3771a5f9787fc08b27f92db3dc5d991e (patch) | |
tree | 382e22e1fa8ae7356a68d57563f23df1556ed839 /x11-toolkits | |
parent | 0b6df8f20a87a70b9d935d971a30d184d2028ad9 (diff) |
Notes
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 |