diff options
Diffstat (limited to 'x11-toolkits/libXt/Makefile')
-rw-r--r-- | x11-toolkits/libXt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index 8149f7303c9e..5f7bb0b5d4d2 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -7,7 +7,7 @@ PORTNAME= libXt PORTVERSION= 0.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ @@ -29,4 +29,7 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig +post-extract: + @${MV} ${WRKSRC}/ObjectP.h ${WRKSRC}/include/X11 + .include <bsd.port.mk> |