aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-05-04 17:10:31 +0800
committerdinoex <dinoex@FreeBSD.org>2008-05-04 17:10:31 +0800
commitb9478c7f9c2b4c4322353427a82d813b577a3948 (patch)
treeaa36e30166f2532d2da45f961fedc1d2820e9e69 /databases
parent07d787e552b5838bfada3074902a4d10e0f91bbb (diff)
downloadfreebsd-ports-gnome-b9478c7f9c2b4c4322353427a82d813b577a3948.tar.gz
freebsd-ports-gnome-b9478c7f9c2b4c4322353427a82d813b577a3948.tar.zst
freebsd-ports-gnome-b9478c7f9c2b4c4322353427a82d813b577a3948.zip
- Fix build and extend dependencies
Diffstat (limited to 'databases')
-rw-r--r--databases/animenfo-client-gtk/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/animenfo-client-gtk/Makefile b/databases/animenfo-client-gtk/Makefile
index 2a517445e5f7..fee30c716471 100644
--- a/databases/animenfo-client-gtk/Makefile
+++ b/databases/animenfo-client-gtk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= animenfo
PORTVERSION= 20020819
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases
MASTER_SITES= http://www.animenfo.com/extension/files/
PKGNAMESUFFIX= -client-gui-gtk${PKGNAMESUFFIX2}
@@ -17,12 +17,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dinoex@FreeBSD.org
COMMENT= AnimeNfo client with GTK support
+BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
+
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
-CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" CFLAGS="${CFLAGS}" \
- CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
CFLAGS+= ${CPPFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib