diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 22:56:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 22:56:09 +0800 |
commit | 7fc5d74eef37ed825741ed382159703a83facef9 (patch) | |
tree | 17633a734a1c89c9e8c19f4220f4608097b531dd | |
parent | c7cffbb21f252ff22f0249f62eaecd909f3569c9 (diff) | |
download | freebsd-ports-graphics-7fc5d74eef37ed825741ed382159703a83facef9.tar.gz freebsd-ports-graphics-7fc5d74eef37ed825741ed382159703a83facef9.tar.zst freebsd-ports-graphics-7fc5d74eef37ed825741ed382159703a83facef9.zip |
- Stage support
-rw-r--r-- | graphics/epeg/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index 8146a091080..141912e2f07 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -21,5 +21,4 @@ USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes .include <bsd.port.mk> |