diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-30 06:31:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-30 06:31:17 +0800 |
commit | 4018a1e050aa226b0cdb4b4860055241f5914963 (patch) | |
tree | fb868438024d8873b1512d88422f03a3871a23e8 /deskutils/gucharmap | |
parent | e8a6778aa3a47ba8316c2e2d40db364bf8b565bf (diff) | |
download | marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar.gz marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar.bz2 marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar.lz marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar.xz marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar.zst marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.zip |
``Pet portlint'' seems to be a popular commit message for what I just did.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4996 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gucharmap')
-rw-r--r-- | deskutils/gucharmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index d9db29e73..ba0ebe124 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/gucharmap/Makefile,v 1.10 2005/09/16 19:39:23 bland Exp $ +# $MCom: ports/deskutils/gucharmap/Makefile,v 1.11 2005/10/14 20:39:56 adamw Exp $ # PORTNAME= gucharmap @@ -42,7 +42,7 @@ WITH_GNOME= yes .if ${HAVE_GNOME:Mlibgnomeui}!="" USE_GNOME+= libgnomeui -PKGNAMESUFFIX= -gnome +PKGNAMESUFFIX:= -gnome .else CONFIGURE_ARGS= --disable-gnome .endif |