diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-03 18:28:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-03 18:28:54 +0000 |
commit | ae9da71a5f741f50622f23f9d09035b06ae45439 (patch) | |
tree | c7d875015dbfcac02faf66c4a827b803e3059a4b /x11-toolkits/libpanelappletmm | |
parent | 1ab2f8aa2c3fbb00ce37c32765366a7d95ffd3c4 (diff) | |
download | ports-ae9da71a5f741f50622f23f9d09035b06ae45439.tar.gz ports-ae9da71a5f741f50622f23f9d09035b06ae45439.zip |
Notes
Diffstat (limited to 'x11-toolkits/libpanelappletmm')
-rw-r--r-- | x11-toolkits/libpanelappletmm/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile index 5bf696f3180e..1a4642a4a4b1 100644 --- a/x11-toolkits/libpanelappletmm/Makefile +++ b/x11-toolkits/libpanelappletmm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpanelappletmm -# Date created: 3 Dec 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# +# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libpanelappletmm PORTVERSION= 2.26.0 @@ -20,7 +16,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack lthack gnomepanel USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |