diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-01 17:46:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-01 17:46:16 +0800 |
commit | d5132c709b82a3f849de65356106b525d8556819 (patch) | |
tree | fc460a0ded3c5d391d672e933dcebfa2083cd881 | |
parent | 65996f1cba409d3a07ffbf9e8dc21d43f6655ec1 (diff) | |
download | freebsd-ports-graphics-d5132c709b82a3f849de65356106b525d8556819.tar.gz freebsd-ports-graphics-d5132c709b82a3f849de65356106b525d8556819.tar.zst freebsd-ports-graphics-d5132c709b82a3f849de65356106b525d8556819.zip |
- Stage support
-rw-r--r-- | print/libgnomeprintmm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile index 3ac1442eb9c..28c6fa4c047 100644 --- a/print/libgnomeprintmm/Makefile +++ b/print/libgnomeprintmm/Makefile @@ -23,7 +23,6 @@ CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.5" API_VERSION="2.6" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in |