aboutsummaryrefslogtreecommitdiff
path: root/editors/leafpad
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-06-22 11:02:03 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-06-22 11:02:03 +0000
commit2939e269e04ab0f3704c70dae4e4eed22950945d (patch)
tree23fa37bdee5f388759a5418daa8afae08faccef3 /editors/leafpad
parent32abab50f814d0088381e43421b5d6baba314a4e (diff)
downloadports-2939e269e04ab0f3704c70dae4e4eed22950945d.tar.gz
ports-2939e269e04ab0f3704c70dae4e4eed22950945d.zip
- This port builds fine with gcc 3 and 4. Remove USE_GCC line.
- Bump PORTREVISION PR: ports/124834 Submitted by: Jan Sebosik <sebosik at demax.sk> Approved by: Radosław Kozłowski <radek at raadradd.com> (maintainer)
Notes
Notes: svn path=/head/; revision=215518
Diffstat (limited to 'editors/leafpad')
-rw-r--r--editors/leafpad/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile
index 7b99d05d777b..57a31027192f 100644
--- a/editors/leafpad/Makefile
+++ b/editors/leafpad/Makefile
@@ -7,7 +7,7 @@
PORTNAME= leafpad
PORTVERSION= 0.8.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +16,6 @@ MAINTAINER= radek@raadradd.com
COMMENT= GTK+ based simple text editor
USE_GNOME= gtk20 desktopfileutils intlhack
-USE_GCC= 3.4
USE_GETTEXT= YES
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \