diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-30 21:28:26 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-30 21:28:26 +0000 |
commit | be9bff47508fa60124290be5417d682fdd59c146 (patch) | |
tree | 9bccd21ab73dde26d903c7125b2b351d709a3c74 /x11-toolkits/libxaw3dxft/Makefile | |
parent | 68e670f9e7033f5a4de5c83a41bb15a6a2af14cf (diff) | |
download | ports-be9bff47508fa60124290be5417d682fdd59c146.tar.gz ports-be9bff47508fa60124290be5417d682fdd59c146.zip |
Notes
Diffstat (limited to 'x11-toolkits/libxaw3dxft/Makefile')
-rw-r--r-- | x11-toolkits/libxaw3dxft/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/libxaw3dxft/Makefile b/x11-toolkits/libxaw3dxft/Makefile index b9076ca79eb9..b7dc43ca088e 100644 --- a/x11-toolkits/libxaw3dxft/Makefile +++ b/x11-toolkits/libxaw3dxft/Makefile @@ -2,7 +2,7 @@ PORTNAME= libxaw3dxft DISTVERSION= 1.6.2c -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= SF/sf-xpaint/${PORTNAME} DISTNAME= libXaw3dXft-${DISTVERSION} @@ -12,9 +12,8 @@ COMMENT= 3D Xaw (Athena Widget Set) replacement with extended fonts LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USES= pkgconfig -USE_BZIP2= yes GNU_CONFIGURE= yes +USES= libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_XORG= xft xmu xpm @@ -26,8 +25,6 @@ DOCSDIR= ${LOCALBASE}/share/doc/libXaw3dXft PORTDOCS= * post-patch: - @${REINPLACE_CMD} '/^pkgconfigdir/s:=.*:= ${PREFIX}/libdata/pkgconfig:'\ - ${WRKSRC}/Makefile.in @${REINPLACE_CMD} '/^typedef.*Pixel;/d' ${WRKSRC}/src/Xaw3dXft.c .include <bsd.port.mk> |