diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-25 00:54:08 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-25 00:54:08 +0000 |
commit | 2d8b17ea397de7c90e5eb26a0149ea1925fe88db (patch) | |
tree | 8faaee74abe14ca7569b7b9c61a088cb0a3df0c6 /graphics/libfpx | |
parent | 98bc8f9a83820c02838b15a09d44bbc425a41fbb (diff) | |
download | ports-2d8b17ea397de7c90e5eb26a0149ea1925fe88db.tar.gz ports-2d8b17ea397de7c90e5eb26a0149ea1925fe88db.zip |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=328226
Diffstat (limited to 'graphics/libfpx')
-rw-r--r-- | graphics/libfpx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile index 3a7093af19ee..a7c1ae746784 100644 --- a/graphics/libfpx/Makefile +++ b/graphics/libfpx/Makefile @@ -22,7 +22,6 @@ MAKE_JOBS_UNSAFE=yes PLIST_FILES= lib/libfpx.so.2 lib/libfpx.so lib/libfpx.a include/fpxlib.h USE_LDCONFIG= yes MAKEFILE= ${FILESDIR}/Makefile.bsd -NO_STAGE= yes post-patch: ${SED} -i '' -e '/^#include "fpxlib-config.h"/d' \ ${WRKSRC}/basics/filename.cpp \ |