diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:08:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:08:32 +0000 |
commit | 816f539eb092cad9eccd93acee8dbccaa88299d6 (patch) | |
tree | 3dce2240f5e668b5fbdef885ec9c7311674ebe82 /databases/animenfo-client-gtk | |
parent | b8081a458c31cfc1067c86b20606ab6fce8af668 (diff) | |
download | ports-816f539eb092cad9eccd93acee8dbccaa88299d6.tar.gz ports-816f539eb092cad9eccd93acee8dbccaa88299d6.zip |
Notes
Diffstat (limited to 'databases/animenfo-client-gtk')
-rw-r--r-- | databases/animenfo-client-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/animenfo-client-gtk/Makefile b/databases/animenfo-client-gtk/Makefile index a64b9bba334f..fb20e08a94f6 100644 --- a/databases/animenfo-client-gtk/Makefile +++ b/databases/animenfo-client-gtk/Makefile @@ -14,10 +14,10 @@ COMMENT= AnimeNfo client with GTK support LICENSE= GPLv2 +USES= pkgconfig USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= gtk20 -USE_PKGCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include CFLAGS+= ${CPPFLAGS} |