diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 13:05:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 13:05:18 +0000 |
commit | 3f9e11dfa7cba5628b84ca15aa81b8c72bc252dc (patch) | |
tree | 6507bef6ea4941740770fab28aa09196cff87c78 /emulators/minivmac | |
parent | Make sure that $PREFIX/www/cgi-bin exist before it tries to write to it. (diff) |
Bento suggested USE_XLIB for this one.
Diffstat (limited to 'emulators/minivmac')
-rw-r--r-- | emulators/minivmac/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile index 2f043f2c06bf..62788694efc5 100644 --- a/emulators/minivmac/Makefile +++ b/emulators/minivmac/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= blackend@FreeBSD.org USE_REINPLACE= yes +USE_XLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: |