diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-15 22:03:25 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-15 22:03:25 +0800 |
commit | 881d6d09b84464f37432250a245b6220cb860285 (patch) | |
tree | bed243e8fcebac6214c388114f9ec287bd16bbf6 | |
parent | f305c6a37b157c1945bbeaa112bccb91f29a8a7c (diff) | |
download | freebsd-ports-gnome-881d6d09b84464f37432250a245b6220cb860285.tar.gz freebsd-ports-gnome-881d6d09b84464f37432250a245b6220cb860285.tar.zst freebsd-ports-gnome-881d6d09b84464f37432250a245b6220cb860285.zip |
Pthread-check fix.
-rw-r--r-- | www/akregator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/akregator/Makefile b/www/akregator/Makefile index 949ad6868cc7..478a031dd743 100644 --- a/www/akregator/Makefile +++ b/www/akregator/Makefile @@ -6,6 +6,7 @@ PORTNAME= akregator PORTVERSION= 1.0.b7 +PORTREVISION= 1 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +17,8 @@ COMMENT= An RSS aggregator for KDE LIB_DEPENDS= kdepim.1:${PORTSDIR}/deskutils/kdepim3 +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure + USE_BZIP2= yes USE_KDEBASE_VER= 3 USE_GMAKE= yes |