diff options
author | steve <steve@FreeBSD.org> | 2000-07-07 18:39:50 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-07 18:39:50 +0000 |
commit | 47986dea3435d7124d5e687b6200c3914d9bb0c3 (patch) | |
tree | 784611658a18addbe140e2b6d76edc12ca42c9d5 /graphics/libwmf/Makefile | |
parent | 4d5995a979b10e5784e5a39d6cc183b47e84d7aa (diff) | |
download | FreeBSD-ports-47986dea3435d7124d5e687b6200c3914d9bb0c3.zip FreeBSD-ports-47986dea3435d7124d5e687b6200c3914d9bb0c3.tar.gz |
Fix ${PREFIX}/include files that have bad nested includes.
PR: 19682
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Diffstat (limited to 'graphics/libwmf/Makefile')
-rw-r--r-- | graphics/libwmf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 9408997..5b038ab 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -25,4 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype \ -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}"/lib +pre-configure: + (cd ${WRKSRC}; ln -s xgd-1.7.3 xgd) + .include <bsd.port.mk> |