diff options
Diffstat (limited to 'ports-mgmt/bpm')
-rw-r--r-- | ports-mgmt/bpm/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ports-mgmt/bpm/Makefile b/ports-mgmt/bpm/Makefile index f5348b29a1b5..aea9b838a9a6 100644 --- a/ports-mgmt/bpm/Makefile +++ b/ports-mgmt/bpm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bpm -# Date created: 23 July 2004 -# Whom: sethk -# +# Created by: sethk # $FreeBSD$ -# PORTNAME= bpm PORTVERSION= 0.4.1b @@ -31,6 +27,8 @@ post-patch: # GnomeVFS needs pthread; bpm may use GnomeVFS (via GtkFileChooser) @${REINPLACE_CMD} -e 's|^CFLAGS+=|& ${PTHREAD_CFLAGS}|; \ s|^LDLIBS+=|& ${PTHREAD_LIBS}|' ${WRKSRC}/src/Makefile + @${REINPLACE_CMD} -e 's|<glib/.*.h>|<glib.h>|g' \ + ${WRKSRC}/src/*.h post-install: ${INSTALL_DATA} ${WRKDIR}/bpm.desktop ${PREFIX}/share/applications/bpm.desktop |