diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 15:30:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 15:30:03 +0000 |
commit | 5946ea0cd3fe854da862e4dfa2f0c8fe813c30a9 (patch) | |
tree | a61443529c614a5145eb72dd639bfa4fac7f518e /sysutils/gnome-control-center1 | |
parent | e45dc26c5f2498e0508ec639dc1392de623331dd (diff) |
Notes
Diffstat (limited to 'sysutils/gnome-control-center1')
-rw-r--r-- | sysutils/gnome-control-center1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile index eeb6bff1f9ce..f611d3b6b129 100644 --- a/sysutils/gnome-control-center1/Makefile +++ b/sysutils/gnome-control-center1/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= gnomecontrolcenter +PORTNAME= gnome-control-center PORTVERSION= 1.4.0.5 PORTREVISION= 4 CATEGORIES= sysutils gnome @@ -27,4 +27,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +LATEST_LINK= gnome-control-center1 + .include <bsd.port.mk> |