diff options
-rw-r--r-- | audio/libgpod/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index c6f015de906e..5e51dc7149b2 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -14,9 +14,8 @@ MASTER_SITE_SUBDIR= gtkpod MAINTAINER= danfe@FreeBSD.org COMMENT= A library for direct access of iPod's contents -USE_GNOME= glib20 +USE_GNOME= gtk20 USE_GETTEXT= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |