aboutsummaryrefslogtreecommitdiff
path: root/graphics/swfmill
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:14:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:14:50 +0000
commit42b9878de05e3fd31b1537c7fb21ea8d4260e335 (patch)
treefaaedbe6ae8110bb19ce982907b65ca7c487c291 /graphics/swfmill
parentf7c0630cd25902e9d0299337f0075f1969f3c15c (diff)
downloadports-42b9878de05e3fd31b1537c7fb21ea8d4260e335.tar.gz
ports-42b9878de05e3fd31b1537c7fb21ea8d4260e335.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200773
Diffstat (limited to 'graphics/swfmill')
-rw-r--r--graphics/swfmill/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/swfmill/Makefile b/graphics/swfmill/Makefile
index 6b84c964624a..11a8dd115b99 100644
--- a/graphics/swfmill/Makefile
+++ b/graphics/swfmill/Makefile
@@ -24,13 +24,7 @@ CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" PKG_CONFIG=${LOCALBASE}/bin/pkg-config
USE_LDCONFIG= YES
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure
-.if ${OSVERSION} < 500000
- ${REINPLACE_CMD} 's:#include.<stdint\.h>:#include <sys/types.h>:' \
- ${WRKSRC}/src/*.h
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>