mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
science/gabedit: Add BROKEN_i386
Also replace port name with ${PORTNAME}. Reported by: fallout
This commit is contained in:
parent
6ccf5e4772
commit
ab8aa26fcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478477
@ -13,6 +13,8 @@ COMMENT= Graphical user interface for several chemistry software packages
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/License
|
||||
|
||||
BROKEN_i386= undefined reference to `__atomic_load'
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
|
||||
@ -25,12 +27,12 @@ INSTALLS_ICONS= yes
|
||||
|
||||
BINARY_ALIAS= make=gmake
|
||||
|
||||
PLIST_FILES= bin/gabedit \
|
||||
share/applications/gabedit.desktop
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
share/applications/${PORTNAME}.desktop
|
||||
|
||||
ICON_SIZES= 16 24 32 48
|
||||
.for SZ in ${ICON_SIZES}
|
||||
PLIST_FILES+= share/icons/hicolor/${SZ}x${SZ}/apps/gabedit.png
|
||||
PLIST_FILES+= share/icons/hicolor/${SZ}x${SZ}/apps/${PORTNAME}.png
|
||||
.endfor
|
||||
|
||||
OPTIONS_DEFINE= OPENMP
|
||||
|
Loading…
Reference in New Issue
Block a user