aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 19:15:42 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 19:15:42 +0000
commitd4d4877cb1a9dc4ec94e5b60dfca422181523644 (patch)
treea8e722e14a0a4c5fa946507850a4a561082bd635 /deskutils
parent418bcaa4ff902cf7d508ab6ad91c35d2a76b66a1 (diff)
downloadports-d4d4877cb1a9dc4ec94e5b60dfca422181523644.tar.gz
ports-d4d4877cb1a9dc4ec94e5b60dfca422181523644.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/doodle/Makefile8
-rw-r--r--deskutils/gdesklets-starterbar/Makefile12
-rw-r--r--deskutils/genius/Makefile4
3 files changed, 2 insertions, 22 deletions
diff --git a/deskutils/doodle/Makefile b/deskutils/doodle/Makefile
index 5410acba0b2f..84da5bd67529 100644
--- a/deskutils/doodle/Makefile
+++ b/deskutils/doodle/Makefile
@@ -33,10 +33,4 @@ post-patch:
s|,\$$PTHREAD_LIBS,|,${PTHREAD_LIBS},|; \
s|,\$$PTHREAD_LDFLAGS,|,,|;' ${WRKSRC}/configure
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/deskutils/gdesklets-starterbar/Makefile b/deskutils/gdesklets-starterbar/Makefile
index e638a3857ca2..7ad55a6f451a 100644
--- a/deskutils/gdesklets-starterbar/Makefile
+++ b/deskutils/gdesklets-starterbar/Makefile
@@ -28,18 +28,8 @@ DATADIR= ${PREFIX}/share/gnome
PKGMESSAGE= ${WRKDIR}/pkg-message
LANG= ca cs de es fr hr nl pt pt_BR sq sr sr@Latn sv
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-RUN_DEPENDS+= uuid:${PORTSDIR}/misc/ossp-uuid
-.endif
-
do-build:
@${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's|uuidgen|uuid|g' \
- ${WRKSRC}/${NAME}/IconSet.py
-.endif
@${FIND} ${WRKSRC} -name '*.orig' -delete
@${FIND} ${WRKSRC} -name '*.bak' -delete
@@ -67,4 +57,4 @@ post-install:
${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile
index 1282dabf93ab..2b143cf103e6 100644
--- a/deskutils/genius/Makefile
+++ b/deskutils/genius/Makefile
@@ -36,8 +36,4 @@ USE_LDCONFIG= yes
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on 4.x
-.endif
-
.include <bsd.port.post.mk>