diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-11-18 23:30:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-11-18 23:30:13 +0000 |
commit | 1afcdd5eb1e0577fdb539ccf82a57b6453d2b04e (patch) | |
tree | 3dbfd735c8826824161ca86ec4188c8fda926fd1 /x11-toolkits/gtkglext | |
parent | 99fbc95297531de7397f79ccd27a457078242b4b (diff) | |
download | ports-1afcdd5eb1e0577fdb539ccf82a57b6453d2b04e.tar.gz ports-1afcdd5eb1e0577fdb539ccf82a57b6453d2b04e.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkglext')
-rw-r--r-- | x11-toolkits/gtkglext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index d65750e0729a..8004b7bd7276 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -27,6 +27,6 @@ USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ -e 's|-DGDK_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/examples/Makefile.in ${WRKSRC}/gtk/Makefile.in + ${WRKSRC}/examples/Makefile.in ${WRKSRC}/gtk/Makefile.in .include <bsd.port.mk> |