diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-15 20:10:11 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-15 20:10:11 +0000 |
commit | 52e62e15a72b182f2be0e97ab163e336583e1e60 (patch) | |
tree | b0b843d2ca37c31aebcd106b17df4df007f1b71e | |
parent | Update to 24jan2003 (maintainer timeout). (diff) |
Remove bogus BUILD_DEPENDS.
Notes
Notes:
svn path=/head/; revision=79033
-rw-r--r-- | emulators/bfe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/bfe/Makefile b/emulators/bfe/Makefile index 9a95ddc3b360..beceed1c0e74 100644 --- a/emulators/bfe/Makefile +++ b/emulators/bfe/Makefile @@ -16,7 +16,6 @@ MAINTAINER= greid@FreeBSD.org COMMENT= X11 GUI for the bochs debugger (revision 2) RUN_DEPENDS= bochs:${PORTSDIR}/emulators/bochs -BUILD_DEPENDS= ${RUN_DEPENDS} USE_REINPLACE= yes USE_X_PREFIX= yes |