diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 10:28:03 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 10:28:03 +0000 |
commit | c958a485819003ec24c1ea1b01940ea7c953115e (patch) | |
tree | 544858c7e8531f55637ace19f7fe9ce4ac601ede /x11-toolkits/gdl | |
parent | a0b1f9f804c55b43a404082d192042d7b0e7f832 (diff) | |
download | ports-c958a485819003ec24c1ea1b01940ea7c953115e.tar.gz ports-c958a485819003ec24c1ea1b01940ea7c953115e.zip |
Notes
Diffstat (limited to 'x11-toolkits/gdl')
-rw-r--r-- | x11-toolkits/gdl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index c1b0b3462254..fe51f85de348 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -19,8 +19,4 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -post-patch: - @${REINPLACE_CMD} '/^test_dock_LDADD =/s/$$/ $$(GDL_DEPENDENCIES_LIBS)/' \ - ${WRKSRC}/gdl/Makefile.in - .include <bsd.port.mk> |