diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-21 03:57:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-21 03:57:28 +0000 |
commit | 18866cdb48fd7f5142ac123868e76bb5512c134a (patch) | |
tree | 8d6eb97265b2868020ed34e066472d8266f35bbd /x11-toolkits/gnustep-back/Makefile | |
parent | 0d68bb91c05e1466e720de762dea0cb64d62693e (diff) |
- Fix BUILD_DEPENDS to find correct port.
Notes
Notes:
svn path=/head/; revision=73703
Diffstat (limited to 'x11-toolkits/gnustep-back/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 244d853f89f7..c89a25975f3f 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org -BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel +BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall -RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel +RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff |