diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
commit | e1d56a9db2541dd41f1907a5a19a686a326831cc (patch) | |
tree | 6a5120e4890360e5d98bb4a63ff86cfc80e8392f /science/gabedit | |
parent | 0c69caeef6092fbf32d6330958bbb88f74c02443 (diff) |
Notes
Diffstat (limited to 'science/gabedit')
-rw-r--r-- | science/gabedit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/science/gabedit/Makefile b/science/gabedit/Makefile index 042b0dd596f3..ac2ccb3a155f 100644 --- a/science/gabedit/Makefile +++ b/science/gabedit/Makefile @@ -2,7 +2,7 @@ PORTNAME= gabedit DISTVERSION= 2.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science #MASTER_SITES= http://prdownloads.sourceforge.net/${PORTNAME}/ # old SF-based source #DISTNAME= GabeditSrc${DISTVERSION:S/.//g} @@ -41,8 +41,6 @@ PLIST_FILES+= share/icons/hicolor/${SZ}x${SZ}/apps/${PORTNAME}.png OPTIONS_DEFINE= OPENMP OPTIONS_DEFAULT= OPENMP -OPENMP_LIB_DEPENDS= libgomp.so:devel/openmp - post-patch: @${REINPLACE_CMD} 's|/usr/|${PREFIX}/|; s| -O2| ${CFLAGS}|; s|gcc|${CC}|' ${WRKSRC}/CONFIG |