diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /news | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/husky-fidoconf/Makefile | 2 | ||||
-rw-r--r-- | news/husky-smapi/Makefile | 2 | ||||
-rw-r--r-- | news/nntpswitch/Makefile | 2 | ||||
-rw-r--r-- | news/pan/Makefile | 2 | ||||
-rw-r--r-- | news/slrnface/Makefile | 9 |
5 files changed, 8 insertions, 9 deletions
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile index 972d53270eeb..a1f054e27840 100644 --- a/news/husky-fidoconf/Makefile +++ b/news/husky-fidoconf/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base CONFLICTS= husky-fidoconf-devel-[0-9]* -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes INSTALL_TARGET= install install-man MAN1= dumpfcfg.1 fconf2.1 linkedto.1 tparser.1 diff --git a/news/husky-smapi/Makefile b/news/husky-smapi/Makefile index 8948b88da0fc..f1352a3daca1 100644 --- a/news/husky-smapi/Makefile +++ b/news/husky-smapi/Makefile @@ -16,7 +16,7 @@ COMMENT= MSGAPI for Husky Fidosoft Project CONFLICTS= husky-smapi-devel-[0-9]* -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/news/husky-base/Makefile.inc" diff --git a/news/nntpswitch/Makefile b/news/nntpswitch/Makefile index 0f733a3149a8..24d1b030d609 100644 --- a/news/nntpswitch/Makefile +++ b/news/nntpswitch/Makefile @@ -17,7 +17,7 @@ COMMENT= A NNTP content router WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= YES USE_PERL5= YES -INSTALLS_SHLIB= YES +USE_LDCONFIG= YES MAKE_ENV+= PERL=${PERL} LIBS="${LDFLAGS}" CFLAGS+= -I${LOCALBASE}/include diff --git a/news/pan/Makefile b/news/pan/Makefile index 52d681041c29..8f30e61a12dd 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -8,6 +8,7 @@ PORTNAME= pan PORTVERSION= 0.132 +PORTREVISION= 1 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 @@ -18,7 +19,6 @@ COMMENT= Threaded GTK+2 newsreader based on Agent for Windows LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ gmime-2.0.4:${PORTSDIR}/mail/gmime2 -USE_XLIB= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget gtk20 intlhack diff --git a/news/slrnface/Makefile b/news/slrnface/Makefile index c0c465966945..356e80e9c202 100644 --- a/news/slrnface/Makefile +++ b/news/slrnface/Makefile @@ -7,7 +7,7 @@ PORTNAME= slrnface PORTVERSION= 2.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/s/${PORTNAME} @@ -21,10 +21,9 @@ LIB_DEPENDS= compface:${PORTSDIR}/mail/faces WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ALL_TARGET= slrnface MAKE_ARGS= CC="${CC}" C_FLAGS="${CFLAGS}" \ - X_INCL=-I${X11BASE}/include \ - XF_LIB="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcompface" - -USE_XLIB= yes + X_INCL=-I${LOCALBASE}/include \ + XF_LIB="-L${LOCALBASE}/lib -lcompface" +USE_XORG= xt MAN1= slrnface.1 PLIST_FILES= bin/slrnface share/examples/slrnface/slrnface.sl |