diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /mail/stuphead | |
parent | Upgrade to INN 2.3.2. (diff) |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Notes
Notes:
svn path=/head/; revision=42259
Diffstat (limited to 'mail/stuphead')
-rw-r--r-- | mail/stuphead/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/stuphead/Makefile b/mail/stuphead/Makefile index 86c1c06d9a40..12a1ff1406aa 100644 --- a/mail/stuphead/Makefile +++ b/mail/stuphead/Makefile @@ -7,20 +7,17 @@ PORTNAME= stuphead PORTVERSION= 0.4.9 -CATEGORIES= mail +PORTREVISION= 1 +CATEGORIES= mail gnome MASTER_SITES= http://stuphead.antex.ru/ MAINTAINER= ozz@FreeBSD.org.ru -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's#DATADIRNAME=lib#DATADIRNAME=share#g' \ |