diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:39:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:39:28 +0800 |
commit | 762a97bcbbfdb5c3fe9e0fc0e2a2c30484ef33d2 (patch) | |
tree | d0f164478d94beadf2468535c5b182bad5da5d49 | |
parent | 19591171338d64a33675e72c31a8d7478325c756 (diff) | |
download | freebsd-ports-gnome-762a97bcbbfdb5c3fe9e0fc0e2a2c30484ef33d2.tar.gz freebsd-ports-gnome-762a97bcbbfdb5c3fe9e0fc0e2a2c30484ef33d2.tar.zst freebsd-ports-gnome-762a97bcbbfdb5c3fe9e0fc0e2a2c30484ef33d2.zip |
- Stage support
-rw-r--r-- | x11-toolkits/pangomm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile index 80cd2626c2df..f50027259af6 100644 --- a/x11-toolkits/pangomm/Makefile +++ b/x11-toolkits/pangomm/Makefile @@ -29,7 +29,6 @@ CONFIGURE_ARGS= --disable-documentation \ PLIST_SUB= VERSION="2.4" API_VERSION="1.4" -NO_STAGE= yes post-patch: .for d in tests @${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' \ |