diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-24 04:33:34 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-24 04:33:34 +0800 |
commit | ea69d4b71aece220433c9e3fca15162432b8bf67 (patch) | |
tree | 798e867af343569e6a59b2621e6c9a263df6e74c /textproc/aiksaurus | |
parent | bfe22bdabc6672f90e9e2668a17da16925f6f202 (diff) | |
download | freebsd-ports-gnome-ea69d4b71aece220433c9e3fca15162432b8bf67.tar.gz freebsd-ports-gnome-ea69d4b71aece220433c9e3fca15162432b8bf67.tar.zst freebsd-ports-gnome-ea69d4b71aece220433c9e3fca15162432b8bf67.zip |
Remove patches added together with USES=libtool that are no longer needed
after r362656.
Diffstat (limited to 'textproc/aiksaurus')
-rw-r--r-- | textproc/aiksaurus/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index b8da9cab1d17..3cdc3ffbfbf2 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -18,8 +18,4 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk -post-patch: - @${REINPLACE_CMD} '/^gaiksaurus_LDADD =/s/$$/ $$(GTK_LIBS)/' \ - ${WRKSRC}/gtk/src/Makefile.in - .include <bsd.port.mk> |