1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Fix build on amd64

- Bump PORTREVISION

Submitted by:	pointyhat via kris
This commit is contained in:
Martin Wilke 2007-01-17 08:29:40 +00:00
parent 8b1f43254b
commit 4379b5a482
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182609

View File

@ -7,6 +7,7 @@
PORTNAME= gkrellflynn
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://horus.comlab.uni-rostock.de/flynn/
@ -19,7 +20,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
PLIST_FILES= libexec/gkrellm2/plugins/gkrellflynn.so
USE_GNOME= gtk20
USE_X_PREFIX= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -c"
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -c -fPIC"
ALL_TARGET= ${PORTNAME}.so
CFLAGS+= `pkg-config --cflags gtk+-2.0 gthread-2.0` \