diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-07 20:23:05 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-07 20:23:05 +0800 |
commit | 533b12d93d14c115b3e4c2d0dcdbe3e862990934 (patch) | |
tree | fa5bd1dade79db436ee634ab9ccd014ee705c7cc /editors | |
parent | 55bcd1c867a59e0da12fcbda6a06eac15d9bbe15 (diff) | |
download | freebsd-ports-gnome-533b12d93d14c115b3e4c2d0dcdbe3e862990934.tar.gz freebsd-ports-gnome-533b12d93d14c115b3e4c2d0dcdbe3e862990934.tar.zst freebsd-ports-gnome-533b12d93d14c115b3e4c2d0dcdbe3e862990934.zip |
Fix pkgname collision
Diffstat (limited to 'editors')
-rw-r--r-- | editors/joe2/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-3/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-devel/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index 0ac3bedb57a2..1963bf23f098 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -11,7 +11,7 @@ COMMENT?= Joe's Own Editor RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -LATEST_LINK?= joe2 +PKGNAMESUFFIX= 2 CONFLICTS= joe-3* GNU_CONFIGURE= yes diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 8ed5e6cf4046..033db6a419a8 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -17,7 +17,7 @@ COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser LICENSE= AL2 -NO_LATEST_LINK= yes +PKGNAMESUFFIX= 3 USE_GNOME= desktopfileutils gtk20 libxslt libidl glib20 USE_XORG= x11 ice xaw xau xext xrender xrandr \ diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 7bad750cee5d..eb6570977d73 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -17,7 +17,7 @@ COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(develo LICENSE= AL2 -NO_LATEST_LINK= yes +PKGNAMESUFFIX= -devel USE_GNOME= desktopfileutils gtk20 libxslt libidl glib20 USE_XORG= x11 ice xaw xau xext xrender xrandr \ |