diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-01-28 17:49:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-01-28 17:49:21 +0000 |
commit | 410bb79e05c3d9688ceb4cfa18c86f3024fa495a (patch) | |
tree | 571a52ebdb56fee3f89ae248eed895b52f536534 /cad/gerbv/Makefile | |
parent | - Update to 0.13 (diff) |
- Update to version 2.6.0
PR: 164151
Submitted by: Ports Fury
Diffstat (limited to 'cad/gerbv/Makefile')
-rw-r--r-- | cad/gerbv/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 2c7424817f2a..3d478ed5c054 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gerbv -PORTVERSION= 2.5.0 +PORTVERSION= 2.6.0 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -21,14 +21,15 @@ USE_GNOME= desktopfileutils gnomehack gtk20 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes INSTALLS_ICONS= yes +MAKE_JOBS_SAFE= yes + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="${PORTVERSION}" MAN1= gerbv.1 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s|desktop||g' ${WRKSRC}/Makefile.in |