diff options
Diffstat (limited to 'x11-toolkits/9libs/Makefile')
-rw-r--r-- | x11-toolkits/9libs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/9libs/Makefile b/x11-toolkits/9libs/Makefile index 9c1416b5dbb3..1c5130241cda 100644 --- a/x11-toolkits/9libs/Makefile +++ b/x11-toolkits/9libs/Makefile @@ -14,7 +14,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Plan9 compatibility libraries USE_XLIB= YES +USE_INC_LIBTOOL_VER=13 GNU_CONFIGURE= YES +CONFIGURE_ARGS+=--includedir=${PREFIX}/include/9libs MAN3= add.3 balloc.3 bitblt.3 cachechars.3 event.3 frame.3 graphics.3 rgbpix.3 rune.3 MAN4= font.4 keyboard.4 utf.4 @@ -26,7 +28,4 @@ MAN6= bitmap.6 regexp.6 BROKEN= "Does not compile on alpha or amd64" .endif -post-install: - @${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE} - .include <bsd.port.post.mk> |