1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Remove *_DISABLE_DEPRECATED to allow this to build on upcoming gtk-2.4

releases.

PR:		ports/64204
Submitted by:	Brian Gruber <lists@bgruber.isa-geek.com>
Approved by:	maintainer
This commit is contained in:
Pav Lucistnik 2004-03-15 00:33:21 +00:00
parent 99b088242d
commit ecd929e1fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104028

View File

@ -15,12 +15,17 @@ COMMENT= GTK2 send-pr tool
LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp
USE_REINPLACE= yes
USE_GNOME= gtk20
USE_X_PREFIX= yes
MAN1= gtk-send-pr.1
PLIST_FILES= bin/gtk-send-pr
post-patch:
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/gtk-send-pr ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/gtk-send-pr.1 ${PREFIX}/man/man1