diff options
author | arved <arved@FreeBSD.org> | 2007-03-17 17:33:53 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-03-17 17:33:53 +0000 |
commit | 6c9dba1b644e8297d7a71555551c202d4039e1d9 (patch) | |
tree | 49a31713bf6204cb5f9701a2ab855c6918061956 /x11-toolkits | |
parent | 280289e9055116464749a10ef35faeffa85be7eb (diff) | |
download | FreeBSD-ports-6c9dba1b644e8297d7a71555551c202d4039e1d9.zip FreeBSD-ports-6c9dba1b644e8297d7a71555551c202d4039e1d9.tar.gz |
Second try at fixing the plist
pointyhat to: arved
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile index 2673809..efec927 100644 --- a/x11-toolkits/qtpixmap/Makefile +++ b/x11-toolkits/qtpixmap/Makefile @@ -28,4 +28,7 @@ PLIST_SUB= GTK1="" PLIST_SUB= GTK1="@comment " .endif +post-patch: + ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure + .include <bsd.port.mk> |